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

#include <format.hpp>

Public Member Functions

 left_ (T v, size_t w, char c) noexcept
 

Public Attributes

val
 
size_t width
 
char padchar
 

Detailed Description

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

Definition at line 501 of file format.hpp.

Constructor & Destructor Documentation

◆ left_()

template<class T >
c4::fmt::left_< T >::left_ ( v,
size_t  w,
char  c 
)
inlinenoexcept

Definition at line 501 of file format.hpp.

501 { T val; size_t width; char padchar; C4_ALWAYS_INLINE left_ (T v, size_t w, char c) noexcept : val(v), width(w), padchar(c) {} };
size_t width
Definition: format.hpp:501
left_(T v, size_t w, char c) noexcept
Definition: format.hpp:501

Member Data Documentation

◆ val

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

Definition at line 501 of file format.hpp.

◆ width

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

Definition at line 501 of file format.hpp.

◆ padchar

template<class T >
char c4::fmt::left_< T >::padchar

Definition at line 501 of file format.hpp.


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