|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
Provides common string utility functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | ap |
| namespace | ap::util |
Functions | |
| template<c_writable T> | |
| std::string | ap::util::as_string (const T &value) noexcept |
Converts a value to std::string. | |
| bool | ap::util::contains_whitespaces (std::string_view str) noexcept |
| Checks whether a string contains any whitespace characters. | |
| template<std::ranges::range R> requires (c_writable<std::ranges::range_value_t<R>>) | |
| std::string | ap::util::join (const R &range, const std::string_view delimiter=", ") |
| Joins elements of a range into a single string with a delimiter. | |
Provides common string utility functions.
Definition in file string.hpp.