Toolbox snapshot
The Reactive C++ Toolbox
|
#include "String.hpp"
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
Functions | |
void | toolbox::util::ltrim (string_view &s) noexcept |
void | toolbox::util::ltrim (string &s) noexcept |
void | toolbox::util::rtrim (string_view &s) noexcept |
void | toolbox::util::rtrim (string &s) noexcept |
pair< string_view, string_view > | toolbox::util::split_pair (string_view s, char delim) noexcept |
pair< string, string > | toolbox::util::split_pair (const string &s, char delim) |