#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/string_view.hpp>
Classes | |
class | kanzi::MetadataGeneratedName |
This class is used to disambiguate a constructor which takes a non-literal string argument from an overload which takes a string-literal i.e. FixedString. More... | |
Namespaces | |
kanzi | |
Typedefs | |
using | kanzi::ConstCharArrayUniquePtr = unique_ptr< const char[]> |
Alias for a unique_ptr to array of const char. More... | |