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))) |
|
constexpr |
Definition at line 1807 of file wildcards.hpp.
|
constexpr |
Definition at line 1812 of file wildcards.hpp.
|
constexpr |
Definition at line 1817 of file wildcards.hpp.
|
constexpr |
Definition at line 1822 of file wildcards.hpp.