roo_collections
API Documentation for roo_collections
Loading...
Searching...
No Matches
small_string.h File Reference

Fixed-capacity string utility type. More...

#include <stddef.h>
#include <algorithm>
#include <cstring>
#include <string>
#include "roo_backport.h"
#include "roo_backport/string_view.h"
#include "roo_collections/hash.h"
Include dependency graph for small_string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  roo_collections::SmallString< N >
 Fixed-capacity string stored inline (no heap allocation). More...
 

Namespaces

namespace  roo_collections
 

Detailed Description

Fixed-capacity string utility type.

Definition in file small_string.h.