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

Functions

constexpr auto operator""_wc (const char *str, std::size_t s) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr auto operator""_wc (const char16_t *str, std::size_t s) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr auto operator""_wc (const char32_t *str, std::size_t s) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr auto operator""_wc (const wchar_t *str, std::size_t s) -> decltype(make_matcher(cx::make_string_view(str, s+1)))

Function Documentation

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

auto wildcards::literals::operator""_wc ( const char * str,
std::size_t s ) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr

Definition at line 894 of file wildcards.hpp.

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

auto wildcards::literals::operator""_wc ( const char16_t * str,
std::size_t s ) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr

Definition at line 898 of file wildcards.hpp.

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

auto wildcards::literals::operator""_wc ( const char32_t * str,
std::size_t s ) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr

Definition at line 903 of file wildcards.hpp.

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

auto wildcards::literals::operator""_wc ( const wchar_t * str,
std::size_t s ) -> decltype(make_matcher(cx::make_string_view(str, s+1)))
constexpr

Definition at line 908 of file wildcards.hpp.