Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::utils::num_to_string< num > Struct Template Reference

Converts a compile-time unsigned integer to a string literal. More...

#include <to_chars.hpp>

Inheritance diagram for circus::utils::num_to_string< num >:
circus::utils::detail::explode< num >

Detailed Description

template<unsigned num>
struct circus::utils::num_to_string< num >

Converts a compile-time unsigned integer to a string literal.

Usage: num_to_string<123>::value evaluates to "123".

Template Parameters
numNumber to convert.

The documentation for this struct was generated from the following file: