Definition of the Negative
value checked types.
More...
#include <type_traits>
#include <playrho/detail/Checked.hpp>
#include <playrho/detail/NegativeChecker.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. | |
Definition of the Negative
value checked types.