#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | cedrus |
Functions | |
template<typename string_type > | |
std::vector< string_type > | cedrus::tokenize (const string_type &str, const string_type &delimiters) |
Split a delimited string into a std::vector of strings. |