|
HyperDbg Debugger
|
Functions | |
| template<class CharT> | |
| void | ltrim (std::basic_string< CharT > &s, const std::locale &loc) |
| template<class CharT> | |
| void | rtrim (std::basic_string< CharT > &s, const std::locale &loc) |
| template<class CharT, class UnaryPredicate> | |
| void | rtrim2 (std::basic_string< CharT > &s, UnaryPredicate pred) |
| template<class CharT> | |
| bool | replace (std::basic_string< CharT > &str, const std::basic_string< CharT > &from, const std::basic_string< CharT > &to) |
|
inline |
|
inline |
|
inline |
|
inline |