rapidyaml  0.9.0
parse and emit YAML, and do it fast
boolean specifiers

Classes

struct  c4::fmt::boolalpha_< T >
 write a variable as an alphabetic boolean, ie as either true or false More...
 

Functions

template<class T >
boolalpha_< T > c4::fmt::boolalpha (T const &val, bool strict_read=false)
 

Detailed Description

Function Documentation

◆ boolalpha()

template<class T >
boolalpha_<T> c4::fmt::boolalpha ( T const &  val,
bool  strict_read = false 
)

Definition at line 73 of file format.hpp.

74 {
75  return boolalpha_<T>(val, strict_read);
76 }

Referenced by sample::sample_create_trees(), sample::sample_formatting(), and sample::sample_fundamental_types().