Public Member Functions | Public Attributes | List of all members
basic_writer< Range >::int_writer< Int, Spec >::dec_writer Struct 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>
struct basic_writer< Range >::int_writer< Int, Spec >::dec_writer

Definition at line 2399 of file format.h.

Member Function Documentation

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

Definition at line 2404 of file format.h.

2404  {
2405  it = internal::format_decimal<char_type>(it, abs_value, num_digits);
2406  }

Member Data Documentation

template<typename Range>
template<typename Int , typename Spec >
unsigned_type basic_writer< Range >::int_writer< Int, Spec >::dec_writer::abs_value

Definition at line 2400 of file format.h.

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

Definition at line 2401 of file format.h.


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