file new in Git master
DebugStlStringView.hSTL std::
Including this header allows you to use a C++17 std::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Utility
- Utilities.
Functions
-
auto operator<<(Debug& debug,
std::
string_view value) -> Debug& new in Git master - Print a std::
string_view to debug output. -
template<class T>auto operator<<(Debug& debug, std::
basic_string_view<T> value) -> Debug& new in Git master - Print a std::
basic_string_view to debug output.