![]() |
CPP-ARGON 4.0.0
Command-Line Argument Parser for C++20
|
Provides common string utility functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | argon |
| namespace | argon::util |
Functions | |
| template<c_writable T> | |
| std::string | argon::util::as_string (const T &value) noexcept |
Converts a value to std::string. | |
| bool | argon::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 | argon::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.