#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/functional.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <cstring>
Classes | |
class | kanzi::FixedString |
String that points to a string literal. More... | |
Namespaces | |
kanzi | |
Macros | |
#define | kzMakeFixedString(x) |
Use this macro to construct FixedString objects. More... | |
Functions | |
bool | kanzi::operator== (string_view left, FixedString right) |
bool | kanzi::operator== (FixedString left, string_view right) |
bool | kanzi::operator!= (string_view left, FixedString right) |
bool | kanzi::operator!= (FixedString left, string_view right) |
string | kanzi::to_string (FixedString fixedString) |
#define kzMakeFixedString | ( | x | ) |
Use this macro to construct FixedString objects.