Definition of the NonNegative value checked types.
More...
#include <type_traits>#include <playrho/detail/Checked.hpp>#include <playrho/detail/NonNegativeChecker.hpp>Namespaces | |
| playrho | |
Typedefs | |
| template<typename T > | |
| using | playrho::NonNegative = detail::Checked< T, detail::NonNegativeChecker< T > > |
| Non-negative constrained value type. | |
| template<typename T > | |
| using | playrho::NonNegativeFF = detail::Checked< T, detail::NonNegativeChecker< T >, true > |
| Fast failing non-negative constrained value type. | |
Definition of the NonNegative value checked types.