StringView.h#
Fully qualified name: carb/cpp/StringView.h
In directory: carb/cpp
Source file: StringView.h
C++14-compatible implementation of select functionality from C++ <string_view>
library.
Classes#
- carb::cpp::basic_string_view
The class template basic_string_view describes an object that can refer to a constant contiguous sequence of elements with the first element of the sequence at position zero.
Namespaces#
Structs#
- std::hash< carb::cpp::basic_string_view< CharT, Traits > >
Hash support for string views.