Medusa  1.1
Coordinate Free Mehless Method implementation
stdtypesutils.cpp File Reference

Detailed Description

Implementation of utilities for std types.

Definition in file stdtypesutils.cpp.

+ Include dependency graph for stdtypesutils.cpp:

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...