cereal
A C++11 library for serialization
|
Creates a c string from a sequence of characters. More...
#include </build/libcereal-SAfJB3/libcereal-1.3.2+dfsg/include/cereal/types/tuple.hpp>
Public Types | |
typedef const 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 |