|  | Toolbox snapshot
    The Reactive C++ Toolbox | 

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, string_view delim) 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, string_view delim) | 
| pair< string, string > | toolbox::util::split_pair (const string &s, char delim) |