rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
c4::fmt::right_< T > Struct Template Reference

#include <format.hpp>

Public Member Functions

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

Public Attributes

val
size_t width
char padchar

Detailed Description

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

Definition at line 499 of file format.hpp.

Constructor & Destructor Documentation

◆ right_()

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

Definition at line 499 of file format.hpp.

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

Member Data Documentation

◆ val

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

Definition at line 499 of file format.hpp.

◆ width

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

Definition at line 499 of file format.hpp.

◆ padchar

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

Definition at line 499 of file format.hpp.


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.14.0/ext/c4core/src/c4/format.hpp