|
| | CPPX_USE_STD (basic_string, basic_string_view, invoke, string, string_view, wstring, wstring_view) |
| |
| template<class Integer > |
| auto | contains (const Integer v) -> Truth |
| |
| template<class It > |
| auto | contains_all_of (const It start, const It beyond) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | contains_all_of (const basic_string_view< Char > &sv) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | contains_all_of (const P_< const Char > s) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | contains_all_of (const basic_string< Char > &s) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_wide (const basic_string_view< Char > &v) -> wstring |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_wide (const P_< const Char > s) -> wstring |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_wide (const basic_string< Char > &s) -> wstring |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | is_whitespace (const Char ch) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | is_all_whitespace (const basic_string_view< Char > &sv) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | is_all_whitespace (const basic_string< Char > &s) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | is_all_whitespace (const P_< const Char > s) -> Truth |
| |
| auto | whitespace_characters () -> const string & |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | is_lowercase (const Char ch) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | is_uppercase (const Char ch) -> Truth |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_lowercase (const Char ch) -> Char |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_uppercase (const Char ch) -> Char |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_lowercase (const basic_string_view< Char > &v) -> basic_string< Char > |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_uppercase (const basic_string_view< Char > &v) -> basic_string< Char > |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_lowercase (const P_< const Char > s) -> basic_string< Char > |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_uppercase (const P_< const Char > s) -> basic_string< Char > |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_lowercase (const basic_string< Char > &s) -> basic_string< Char > |
| |
| template<class Char , class = Enable_if_<is_a_cpp03_char_type_<Char>>> |
| auto | to_uppercase (const basic_string< Char > &s) -> basic_string< Char > |
| |
| auto | quoted (const string_view &sv) -> string |
| |
| auto | quoted (const char ch) -> string |
| |