Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SplitString.h File Reference
#include <sstream>

Go to the source code of this file.

Functions

template<typename T >
void SplitString (string str, vector< T > &vec, const string &delim=" ")
 

Function Documentation

template<typename T >
void SplitString ( string  str,
vector< T > &  vec,
const string delim = " " 
)