libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::BasicString< CharType > Member List

This is the complete list of members for fly::BasicString< CharType >, including all inherited members.

char_type typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
codepoint_type typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
convert(const string_type &value)fly::BasicString< CharType >static
decode_codepoint(IteratorType &it, const IteratorType &end)fly::BasicString< CharType >static
decode_codepoint(IteratorType &it, const IteratorType &end) -> std::optional< codepoint_type > (defined in fly::BasicString< CharType >)fly::BasicString< CharType >inline
encode_codepoint(codepoint_type codepoint)fly::BasicString< CharType >inlinestatic
escape_all_codepoints(view_type value)fly::BasicString< CharType >static
escape_all_codepoints(view_type value) -> std::optional< string_type > (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
escape_codepoint(IteratorType &it, const IteratorType &end)fly::BasicString< CharType >static
escape_codepoint(IteratorType &it, const IteratorType &end) -> std::optional< string_type > (defined in fly::BasicString< CharType >)fly::BasicString< CharType >inline
format(FormatString< ParameterTypes... > &&fmt, ParameterTypes &&...parameters)fly::BasicString< CharType >static
format(FormatString< ParameterTypes... > &&fmt, ParameterTypes &&...parameters) -> string_type (defined in fly::BasicString< CharType >)fly::BasicString< CharType >inline
format_to(OutputIterator output, FormatString< ParameterTypes... > &&fmt, ParameterTypes &&...parameters)fly::BasicString< CharType >static
FormatString typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
generate_random_string(size_type length)fly::BasicString< CharType >static
int_type typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
is_alpha(char_type ch)fly::BasicString< CharType >static
is_digit(char_type ch)fly::BasicString< CharType >static
is_lower(char_type ch)fly::BasicString< CharType >static
is_space(char_type ch)fly::BasicString< CharType >static
is_upper(char_type ch)fly::BasicString< CharType >static
is_x_digit(char_type ch)fly::BasicString< CharType >static
join(char_type separator, Args &&...args)fly::BasicString< CharType >static
join(char_type separator, Args &&...args) -> string_type (defined in fly::BasicString< CharType >)fly::BasicString< CharType >inline
remove_all(string_type &target, view_type search)fly::BasicString< CharType >static
replace_all(string_type &target, view_type search, char_type replace)fly::BasicString< CharType >static
replace_all(string_type &target, view_type search, view_type replace)fly::BasicString< CharType >static
size(T &&value)fly::BasicString< CharType >static
size(T &&value) -> size_type (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
size_type typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
split(view_type input, char_type delimiter)fly::BasicString< CharType >static
split(view_type input, char_type delimiter, size_type count)fly::BasicString< CharType >static
string_type typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
to_lower(char_type ch)fly::BasicString< CharType >static
to_upper(char_type ch)fly::BasicString< CharType >static
trim(string_type &target)fly::BasicString< CharType >static
unescape_all_codepoints(view_type value)fly::BasicString< CharType >static
unescape_codepoint(IteratorType &it, const IteratorType &end)fly::BasicString< CharType >static
unescape_codepoint(IteratorType &it, const IteratorType &end) -> std::optional< string_type > (defined in fly::BasicString< CharType >)fly::BasicString< CharType >inline
validate(view_type value)fly::BasicString< CharType >inlinestatic
view_type typedef (defined in fly::BasicString< CharType >)fly::BasicString< CharType >
wildcard_match(view_type source, view_type search)fly::BasicString< CharType >static