SyTen

◆ parseVector()

template<typename Type >
std::vector<Type> syten::parseVector ( std::istream in,
char  start = '{',
char  end = '}',
char  delim = ',' 
)
inline

Helper for the rank-3 tensor parser, reads from an input stream into a vector.

References std::move(), and std::vector< T >::push_back().

+ Here is the call graph for this function: