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

#include <format.hpp>

Public Member Functions

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

Public Attributes

val
size_t width
char padchar

Detailed Description

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

Definition at line 498 of file format.hpp.

Constructor & Destructor Documentation

◆ center_()

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

Definition at line 498 of file format.hpp.

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

Member Data Documentation

◆ val

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

Definition at line 498 of file format.hpp.

◆ width

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

Definition at line 498 of file format.hpp.

◆ padchar

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

Definition at line 498 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