RUSH
Reusable Utilities in Single Headers is a collection of header-only utilities for C++
|
This class extends std::string. More...
#include <string.hpp>
Public Member Functions | |
string (const std::string &str) | |
string | operator* (int times) const |
template<typename T > | |
string | operator| (const T x) const |
string | replaceSubstr (const std::string &from, const std::string &to) |
int | countSubstr (const std::string &substr) |
This class extends std::string.