Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
cx::literals Namespace Reference

Functions

constexpr string_view operator""_sv (const char *str, std::size_t s)
constexpr u16string_view operator""_sv (const char16_t *str, std::size_t s)
constexpr u32string_view operator""_sv (const char32_t *str, std::size_t s)
constexpr wstring_view operator""_sv (const wchar_t *str, std::size_t s)

Function Documentation

◆ operator""_sv() [1/4]

string_view cx::literals::operator""_sv ( const char * str,
std::size_t s )
constexpr

Definition at line 831 of file wildcards.hpp.

◆ operator""_sv() [2/4]

u16string_view cx::literals::operator""_sv ( const char16_t * str,
std::size_t s )
constexpr

Definition at line 835 of file wildcards.hpp.

◆ operator""_sv() [3/4]

u32string_view cx::literals::operator""_sv ( const char32_t * str,
std::size_t s )
constexpr

Definition at line 839 of file wildcards.hpp.

◆ operator""_sv() [4/4]

wstring_view cx::literals::operator""_sv ( const wchar_t * str,
std::size_t s )
constexpr

Definition at line 843 of file wildcards.hpp.