rapidyaml  0.11.0
parse and emit YAML, and do it fast
Check read for overflow

Classes

struct  c4::fmt::overflow_checked_< T >
 

Functions

template<class T >
overflow_checked_< T > c4::fmt::overflow_checked (T &val)
 

Detailed Description

Function Documentation

◆ overflow_checked()

template<class T >
overflow_checked_<T> c4::fmt::overflow_checked ( T &  val)
inline

Definition at line 277 of file format.hpp.

278 {
279  return overflow_checked_<T>(val);
280 }