rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
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 273 of file format.hpp.

274{
275 return overflow_checked_<T>(val);
276}