|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functions | |
| size_t | piece_size (std::string_view s) noexcept |
| size_t | piece_size (char) noexcept |
| void | append_to (std::string &out, std::string_view s) |
| void | append_to (std::string &out, char c) |
| template<typename T > | |
| std::string | stringify (const T &v) |
| Convert any single value to std::string. | |
Variables | |
| template<typename T > | |
| constexpr bool | is_string_like |
Definition at line 156 of file ah-string-utils.H.
References Aleph::divide_and_conquer_partition_dp().
|
inline |
Definition at line 155 of file ah-string-utils.H.
References Aleph::divide_and_conquer_partition_dp().
Referenced by Aleph::concat().
|
inlinenoexcept |
Definition at line 153 of file ah-string-utils.H.
|
inlinenoexcept |
Definition at line 152 of file ah-string-utils.H.
Referenced by Aleph::concat().
Convert any single value to std::string.
Definition at line 166 of file ah-string-utils.H.
Referenced by Aleph::concat().
Definition at line 148 of file ah-string-utils.H.