cereal
A C++11 library for serialization
Public Types | List of all members
cereal::tuple_detail::to_string_impl< Q, R, C > Struct Template Reference

Converts a number into a sequence of characters. More...

#include </home/shane/workspace/cereal/include/cereal/types/tuple.hpp>

Public Types

using type = typename to_string_impl< Q/10, Q%10, static_cast< char >(R+std::size_t{ '0'}), C... >::type
 

Detailed Description

template<size_t Q, size_t R, char ... C>
struct cereal::tuple_detail::to_string_impl< Q, R, C >

Converts a number into a sequence of characters.

Template Parameters
QThe quotient of dividing the original number by 10
RThe remainder of dividing the original number by 10
CThe sequence built so far

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