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

Definition of the Positive value checked types and related code. More...

#include <limits>
#include <type_traits>
#include <playrho/detail/Checked.hpp>
#include <playrho/detail/PositiveChecker.hpp>
Include dependency graph for Positive.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  std::numeric_limits<::playrho::Positive< T > >
 Specialization of std::numeric_limits class template. More...
 

Namespaces

 playrho
 

Typedefs

template<typename T >
using playrho::Positive = detail::Checked< T, detail::PositiveChecker< T > >
 Positive constrained value type.
 
template<typename T >
using playrho::PositiveFF = detail::Checked< T, detail::PositiveChecker< T >, true >
 Fast failing positive constrained value type.
 

Detailed Description

Definition of the Positive value checked types and related code.