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

Helper template that stores a compile-time char array of digits. More...

#include <to_chars.hpp>

Static Public Attributes

static const char value []
 Null-terminated character array representing the number.

Detailed Description

template<unsigned... digits>
struct circus::utils::detail::to_chars< digits >

Helper template that stores a compile-time char array of digits.

Template Parameters
digitsPack of digit values (0-9).

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