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

Compile-time recursion to split an unsigned integer into digits. More...

#include <to_chars.hpp>

Detailed Description

template<unsigned rem, unsigned... digits>
struct circus::utils::detail::explode< rem, digits >

Compile-time recursion to split an unsigned integer into digits.

Template Parameters
remRemaining number to split.
digitsPack of digits collected so far.

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