Implementation of utilities for std types.
Definition in file stdtypesutils.cpp.
#include <medusa/bits/utils/stdtypesutils.hpp>
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
std::vector< std::string > | mm::split (const std::string &s, const std::string &delim) |
Splits string by delim , returning a vector of tokens (including empty). More... | |
std::vector< std::string > | mm::split (const std::string &s, char delim) |
Overload for char . More... | |