Defines alias for ansi string type. Although the library is unicode based, you often might work with ansi strings as well. There are also a lot of helpful functions for conversion between different kinds of strings.
using AnsiString = std::string;
Namespace: | nitisa |
Include: | Nitisa/Core/Strings.h |