NDDEM
|
Generates a c string for a given index of a tuple. More...
#include <tuple.hpp>
Public Types | |
using | type = typename to_string_impl< T/10, T%10 >::type |
Static Public Member Functions | |
static const type::arr_type | c_str () |
Generates a c string for a given index of a tuple.
Example use:
using cereal::tuple_detail::tuple_element_name< T >::type = typename to_string_impl<T/10, T%10>::type |
|
inlinestatic |