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