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