Implementation for inc/util/vectors.h. More...
#include "inc/util/vectors.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
std::vector< std::string > | syten::split (std::string const &in, std::string const &splitter) |
Splits a string into substrings at every occurence of 'splitter'. More... | |
std::vector< std::string > | syten::split (std::string_view const in, std::string const &splitter) |
Splits a string into substrings at every occurence of 'splitter'. More... | |
Implementation for inc/util/vectors.h.