cereal
A C++11 library for serialization
|
Converts a number into a sequence of characters. More...
#include </build/libcereal-SAfJB3/libcereal-1.3.2+dfsg/include/cereal/types/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 |