immutable_string.hpp File Reference

Classes

struct  kanzi::detail::CharArrayDeleter
 Deleter for string data. More...
 
class  kanzi::ImmutableString
 Immutable string container. More...
 

Namespaces

 kanzi
 
 kanzi::detail
 

Typedefs

typedef unique_ptr< const char, CharArrayDeleter > kanzi::detail::CharArrayPtr
 String data. More...
 

Functions

CharArrayPtr kanzi::detail::createCharArrayPtr (string_view content)
 Create string data from a string view. More...