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

#include <format.h>

Public Member Functions

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

Public Attributes

int_writerself
 
int num_digits
 

Detailed Description

template<typename Range>
template<typename Int, typename Spec>
struct basic_writer< Range >::int_writer< Int, Spec >::hex_writer

Definition at line 2415 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 >::hex_writer::operator() ( It &&  it) const
inline

Definition at line 2420 of file format.h.

2420  {
2421  it = internal::format_uint<4, char_type>(
2422  it, self.abs_value, num_digits, self.spec.type != 'x');
2423  }

Member Data Documentation

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

Definition at line 2417 of file format.h.

template<typename Range>
template<typename Int , typename Spec >
int_writer& basic_writer< Range >::int_writer< Int, Spec >::hex_writer::self

Definition at line 2416 of file format.h.


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