OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
csv_value_str< T > Struct Template Reference

This class is an helper to produce csv data from multi-array. More...

#include <csv_multiarray.hpp>

Public Member Functions

 csv_value_str (T &v, std::stringstream &str)
 

Detailed Description

template<typename T>
struct csv_value_str< T >

This class is an helper to produce csv data from multi-array.

Usage:

float src[3] = {1.0,2.0,3.0};
std::stringstream str;
std::cout << str.str() << "\n";

Will produce ",1.0,2.0,3.0"

Definition at line 128 of file csv_multiarray.hpp.


The documentation for this struct was generated from the following file: