arsenalgear-cpp
A library containing general purpose C++ utils.
|
Namespaces | |
agr | |
Functions | |
std::string | agr::multi (const std::string &element, unsigned int n_times) |
Function used to multiply a string for n times. More... | |
std::vector< std::string > | agr::split_string (const std::string &input, const std::string ®ex) |
Function used to split a string based on a certain reges. More... | |