17#ifndef __PEPPER_CSV2VEC_H__
18#define __PEPPER_CSV2VEC_H__
26template <
typename T> std::vector<T>
csv_to_vector(
const std::string &str);
28template <
typename T>
bool is_one_of(
const T &item,
const std::vector<T> &items);
bool is_one_of(const T &item, const std::vector< T > &items)
std::vector< T > csv_to_vector(const std::string &str)