Nebula
Loading...
Searching...
No Matches
stringatom.cc File Reference

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 Util::operator""_atm (const char *c)
 

Function Documentation

◆ operator""_atm()

Util::StringAtom operator""_atm ( const char * c,
std::size_t s )

Literal constructor form string, to use "foobar"_atm will automatically construct a StringAtom.