RESTinio
|
Classes | |
struct | extremum_value |
struct | extremum_value< T, check_negative_extremum > |
struct | extremum_value< T, check_positive_extremum > |
Functions | |
template<typename T , typename Storage_Type > | |
RESTINIO_NODISCARD std::enable_if< std::is_signed< T >::value, bool >::type | is_greater_than_maximum (Storage_Type v, Storage_Type maximum) |
template<typename T , typename Storage_Type > | |
RESTINIO_NODISCARD std::enable_if<!std::is_signed< T >::value, bool >::type | is_greater_than_maximum (Storage_Type, Storage_Type) |
RESTINIO_NODISCARD std::enable_if< std::is_signed< T >::value, bool >::type restinio::impl::overflow_controlled_integer_accumulator_details::is_greater_than_maximum | ( | Storage_Type | v, |
Storage_Type | maximum | ||
) |
Definition at line 41 of file overflow_controlled_integer_accumulator.hpp.
RESTINIO_NODISCARD std::enable_if<!std::is_signed< T >::value, bool >::type restinio::impl::overflow_controlled_integer_accumulator_details::is_greater_than_maximum | ( | Storage_Type | , |
Storage_Type | |||
) |
Definition at line 50 of file overflow_controlled_integer_accumulator.hpp.