|
rapidyaml
0.12.0
parse and emit YAML, and do it fast
|
Functions | |
| template<class T > | |
| auto | c4::overflows (csubstr str) noexcept -> typename std::enable_if< std::is_unsigned< T >::value, bool >::type |
| Test if the following string would overflow when converted to associated integral types; this function is dispatched with SFINAE to handle differently signed and unsigned types. More... | |
|
noexcept |
Test if the following string would overflow when converted to associated integral types; this function is dispatched with SFINAE to handle differently signed and unsigned types.
Definition at line 1644 of file charconv.hpp.
References c4::yml::npos.