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

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

#include <type_traits>
#include <playrho/detail/Checked.hpp>
#include <playrho/detail/NegativeChecker.hpp>
Include dependency graph for Negative.hpp:

Namespaces

 playrho
 

Typedefs

template<typename T >
using playrho::Negative = detail::Checked< T, detail::NegativeChecker< T > >
 Negative constrained value type.
 
template<typename T >
using playrho::NegativeFF = detail::Checked< T, detail::NegativeChecker< T >, true >
 Fast failing negative constrained value type.
 

Detailed Description

Definition of the Negative value checked types.