NDDEM
|
Creates a c string from a sequence of characters. More...
#include <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
typedef const char(& cereal::tuple_detail::char_seq_to_c_str< Cs >::arr_type)[sizeof...(Cs)+size] |
|
static |
|
static |