#include "StringHelpers.h"
#include "TemplateMetaProgramming.h"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
|
std::vector< std::string > | Split (const std::string &source, const std::string &splitBy, bool trimElements=false, bool removeEmptyElements=false) |
|
template<std::size_t From, std::size_t To, class... Ts> |
std::string | TupleToStringF (const std::string &form, const std::tuple< Ts... > &tuple) |
|
template<std::size_t From, class... Ts> |
std::string | TupleToStringF (const std::string &form, const std::tuple< Ts... > &tuple) |
|
template<class... Ts> |
std::string | TupleToStringF (const std::string &form, const std::tuple< Ts... > &tuple) |
|