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

format an integral type with a custom radix More...

#include <format.hpp>

Public Member Functions

 C4_STATIC_ASSERT (std::is_integral< T >::value)
 integral_ (T val_, T radix_)

Public Attributes

val
radix

Detailed Description

template<typename T>
struct c4::fmt::integral_< T >

format an integral type with a custom radix

Definition at line 106 of file format.hpp.

Constructor & Destructor Documentation

◆ integral_()

template<typename T>
c4::fmt::integral_< T >::integral_ ( T val_,
T radix_ )
inline

Definition at line 111 of file format.hpp.

111: val(val_), radix(radix_) {}
format an integral type with a custom radix
Definition format.hpp:107

Member Function Documentation

◆ C4_STATIC_ASSERT()

template<typename T>
c4::fmt::integral_< T >::C4_STATIC_ASSERT ( std::is_integral< T >::value )

Member Data Documentation

◆ val

template<typename T>
T c4::fmt::integral_< T >::val

Definition at line 109 of file format.hpp.

◆ radix

template<typename T>
T c4::fmt::integral_< T >::radix

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