Policy class for values valid when they are non-negative. More...
#include <eagine/valid_if/nonnegative.hpp>
Public Member Functions | |
constexpr auto | operator() (T value) const noexcept |
Indicates value validity, true if 0 <= value. | |
Policy class for values valid when they are non-negative.