cereal
A C++11 library for serialization
|
Creates a c string from a sequence of characters. More...
#include </home/shane/workspace/cereal/include/cereal/types/tuple.hpp>
Public Attributes | |
const typedef char(& | arr_type )[sizeof...(Cs)+size] |
Static Public Attributes | |
static const int | size = 14 |
static const char | str [sizeof...(Cs)+size] |
Creates a c string from a sequence of characters.
The c string created will always be prefixed by "tuple_element" Based on code from: http://stackoverflow/a/20973438/710791
|
static |