|
mf
Media Framework
|
#include <sstream>#include <typeinfo>Namespaces | |
| mf | |
Functions | |
| template<typename T > | |
| std::string | mf::to_string (const T &) |
| template<typename It > | |
| std::string | mf::to_string (It begin, It end, const std::string &separator=", ") |
| template<typename T > | |
| T | mf::from_string (const std::string &) |
| template<typename T > | |
| std::vector< T > | mf::explode_from_string (char separator, const std::string &) |
| template<typename T > | |
| std::string | mf::implode_to_string (char separator, const std::vector< T > &) |
1.8.6