rapidyaml  0.8.0
parse and emit YAML, and do it fast
c4::fmt::right_< T > Struct Template Reference

#include <format.hpp>

Public Member Functions

 right_ (T v, size_t w, char p)
 

Public Attributes

val
 
size_t width
 
char pad
 

Detailed Description

template<class T>
struct c4::fmt::right_< T >

Definition at line 515 of file format.hpp.

Constructor & Destructor Documentation

◆ right_()

template<class T >
c4::fmt::right_< T >::right_ ( v,
size_t  w,
char  p 
)
inline

Definition at line 520 of file format.hpp.

520 : val(v), width(w), pad(p) {}
size_t width
Definition: format.hpp:518

Member Data Documentation

◆ val

template<class T >
T c4::fmt::right_< T >::val

Definition at line 517 of file format.hpp.

Referenced by c4::to_chars().

◆ width

template<class T >
size_t c4::fmt::right_< T >::width

Definition at line 518 of file format.hpp.

Referenced by c4::to_chars().

◆ pad

template<class T >
char c4::fmt::right_< T >::pad

Definition at line 519 of file format.hpp.

Referenced by c4::to_chars().


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