Definition of the UnitInterval value checked types and related code.  
More...
#include <type_traits>#include <playrho/detail/Checked.hpp>#include <playrho/detail/UnitIntervalChecker.hpp>Namespaces | |
| playrho | |
Typedefs | |
| template<typename T > | |
| using | playrho::UnitInterval = detail::Checked< T, detail::UnitIntervalChecker< T > > | 
| Unit interval constrained value type.  | |
| template<typename T > | |
| using | playrho::UnitIntervalFF = detail::Checked< T, detail::UnitIntervalChecker< T >, true > | 
| Fast failing unit interval constrained value type.  | |
Definition of the UnitInterval value checked types and related code.