NDDEM
|
Converts a number into a sequence of characters. More...
#include <tuple.hpp>
Public Types | |
using | type = typename to_string_impl< Q/10, Q%10, static_cast< char >(R+std::size_t{ '0'}), C... >::type |
Converts a number into a sequence of characters.
Q | The quotient of dividing the original number by 10 |
R | The remainder of dividing the original number by 10 |
C | The sequence built so far |
using cereal::tuple_detail::to_string_impl< Q, R, C >::type = typename to_string_impl<Q/10, Q%10, static_cast<char>(R+std::size_t{'0'}), C...>::type |