Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Namespaces | |
namespace | ext |
Functions | |
template<> | |
std::string | ext::from_string (const std::string &) |
Predeclaration of from string method. The from string methods are supposed to convert string representation of a given type to that type. More... | |
ext::vector< std::string > | ext::explode (const std::string &source, const std::string &delimiter) |
Splits the string to substrings based on delimiter. More... | |
std::string | ext::implode (const std::vector< std::string > &source, const std::string &delimiter) |
Merges strings using the delimiter. More... | |