rapidyaml  0.7.1
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 72 of file format.hpp.

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

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