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

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

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

Namespaces

 playrho
 

Typedefs

template<typename T >
using playrho::ZeroToUnderOne = detail::Checked< T, detail::ZeroToUnderOneChecker< T > >
 Unit interval constrained value type.
 
template<typename T >
using playrho::ZeroToUnderOneFF = detail::Checked< T, detail::ZeroToUnderOneChecker< T >, true >
 Fast failing unit interval constrained value type.
 

Detailed Description

Definition of the ZeroToUnderOne value checked types and related code.