Nebula
|
#include "util/string.h"
Go to the source code of this file.
Classes | |
class | Util::StringAtom |
A StringAtom. More... | |
Namespaces | |
namespace | Util |
A pinned array is an array which manages its own virtual memory. | |
Functions | |
Util::StringAtom | operator""_atm (const char *c, std::size_t s) |
Literal constructor form string, to use "foobar"_atm will automatically construct a StringAtom. | |
Util::StringAtom operator""_atm | ( | const char * | c, |
std::size_t | s ) |
Literal constructor form string, to use "foobar"_atm will automatically construct a StringAtom.