![]() |
fpmas 1.6
|
#include <csv_output.h>
Static Public Member Functions | |
static std::string | to_csv (const T &data) |
Component used to convert an arbitrary data field to an std::string in the CSV serialization process.
By default, serializes data
using the C++ output stream operator, but template specifilizations can be provided to define other behaviors for specific types.
T | type of the field to serialize |
|
inlinestatic |
Converts data
to an std::string
using the C++ output stream operato <<
.
data | data to serialize |
data