bn_string.h file
bn::
Namespaces
- namespace bn
- Main Butano namespace.
Classes
- class bn::istring
- Base class of bn::
string. -
template<int MaxSize>class bn::string
std::string
like container with a fixed size buffer.-
template<>struct bn::hash<istring>
- Hash support for istring.
-
template<int MaxSize>struct bn::hash<string<MaxSize>>
- Hash support for string.