Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Functions
String.cpp File Reference
#include "String.hpp"
Include dependency graph for String.cpp:

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)