Functions
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]

constexpr 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 1807 of file wildcards.hpp.

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

constexpr 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 1812 of file wildcards.hpp.

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

constexpr 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 1817 of file wildcards.hpp.

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

constexpr 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 1822 of file wildcards.hpp.



behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:10