Public Member Functions | Public Attributes | List of all members
basic_writer< Range >::int_writer< Int, Spec >::bin_writer< BITS > Struct Template Reference

#include <format.h>

Public Member Functions

template<typename It >
void operator() (It &&it) const
 

Public Attributes

unsigned_type abs_value
 
int num_digits
 

Detailed Description

template<typename Range>
template<typename Int, typename Spec>
template<int BITS>
struct basic_writer< Range >::int_writer< Int, Spec >::bin_writer< BITS >

Definition at line 2437 of file format.h.

Member Function Documentation

template<typename Range>
template<typename Int , typename Spec >
template<int BITS>
template<typename It >
void basic_writer< Range >::int_writer< Int, Spec >::bin_writer< BITS >::operator() ( It &&  it) const
inline

Definition at line 2442 of file format.h.

2442  {
2443  it = internal::format_uint<BITS, char_type>(it, abs_value, num_digits);
2444  }

Member Data Documentation

template<typename Range>
template<typename Int , typename Spec >
template<int BITS>
unsigned_type basic_writer< Range >::int_writer< Int, Spec >::bin_writer< BITS >::abs_value

Definition at line 2438 of file format.h.

template<typename Range>
template<typename Int , typename Spec >
template<int BITS>
int basic_writer< Range >::int_writer< Int, Spec >::bin_writer< BITS >::num_digits

Definition at line 2439 of file format.h.


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