Kanzi  3.9.6
Kanzi Engine API
fixed_string.hpp File Reference

Classes

class  kanzi::FixedString
 String that points to a string literal. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

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)
 

Macro Definition Documentation

◆ kzMakeFixedString

#define kzMakeFixedString (   x)

Use this macro to construct FixedString objects.