Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/lexical_cast.hpp>
#include <vector>
#include <ElementsKernel/Exception.h>
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
Functions | |
template<typename T > | |
std::vector< T > | Euclid::stringToVector (std::string str, const std::string &separators=std::string(", ")) |