PlayRho  2.0.0
An interactive physics engine & library.
NonPositive.hpp File Reference

Definition of the NonPositive value checked types. More...

#include <type_traits>
#include <playrho/detail/Checked.hpp>
#include <playrho/detail/NonPositiveChecker.hpp>
Include dependency graph for NonPositive.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.
 

Detailed Description

Definition of the NonPositive value checked types.