PlayRho  2.0.0
An interactive physics engine & library.
playrho::detail::NonNegativeChecker< T > Member List

This is the complete list of members for playrho::detail::NonNegativeChecker< T >, including all inherited members.

operator()() const noexcept -> decltype(T{})playrho::detail::NonNegativeChecker< T >inline
operator()(const T &v) const noexcept -> decltype(v >=T{}, static_cast< const char * >(nullptr))playrho::detail::NonNegativeChecker< T >inline