RealEmbeddableTraits::IsPositive

Definition

AdaptableUnaryFunction, returns true in case the argument is positive.

Refines

AdaptableUnaryFunction

Types

RealEmbeddableTraits::IsPositive::result_type
Type convertible to bool.


RealEmbeddableTraits::IsPositive::argument_type
Is RealEmbeddableTraits::Type.

Operations

result_type is_positive ( argument_type x ) returns true in case x is positive.

See Also

RealEmbeddableTraits