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>
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. | |
Definition of the Positive
value checked types and related code.