Corrade::Containers::Literals::StringLiterals namespace new in Git master

Container string literals.

See the Literals namespace for more information.

Functions

auto operator""_s(const char* data, std::size_t size) -> StringView constexpr new in Git master
String view literal.

Function documentation

StringView Corrade::Containers::Literals::StringLiterals::operator""_s(const char* data, std::size_t size) constexpr new in Git master

String view literal.

The returned instance has both StringViewFlag::Global and StringViewFlag::NullTerminated set. See Usage for more information.