15namespace uhd { 
namespace csv {
 
#define UHD_API
Definition: config.h:67
 
std::vector< row_type > rows_type
Definition: csv.hpp:17
 
std::vector< std::string > row_type
Definition: csv.hpp:16
 
UHD_API rows_type to_rows(std::istream &input)
Convert an input stream to csv rows.
 
Definition: build_info.hpp:12