cereal
A C++11 library for serialization
|
Converts a number into a sequence of characters. More...
#include </build/libcereal-EiLyWP/libcereal-1.2.2/include/cereal/types/tuple.hpp>
Public Types | |
using | type = typename to_string_impl< Q/10, Q%10, R+ '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 |