ZStringView.h#
Fully qualified name: carb/cpp/ZStringView.h
In directory: carb/cpp
Source file: ZStringView.h
C++17-compatible implementation of select functionality from proposed C++ <zstring_view> library. 
Classes#
- carb::cpp::basic_zstring_view
 The class template basic_zstring_view describes an object that can refer to a constant contiguous sequence of elements with the first element of the sequence at position zero, and where a null-terminator can be found after the last element.
Namespaces#
- carb
 The main Carbonite namespace.
- carb::cpp
 Namespace for C++ standard library types after C++14 implemented and usable by C++14 compilers.
- carb::cpp::literals
 - carb::cpp::string_view_literals
 
Structs#
- std::hash< carb::cpp::basic_zstring_view< CharT, Traits > >
 Hash support for string views.