Circus 0.0.1-alpha
C++ Serialization Framework
|
Converts a compile-time unsigned integer to a string literal. More...
#include <to_chars.hpp>
Converts a compile-time unsigned integer to a string literal.
Usage: num_to_string<123>::value evaluates to "123".
num | Number to convert. |