RealEmbeddableTraits::IsNegative

Definition

AdaptableUnaryFunction, returns true in case the argument is negative.

Refines

AdaptableUnaryFunction

Types

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


RealEmbeddableTraits::IsNegative::argument_type
Is RealEmbeddableTraits::Type.

Operations

result_type is_negative ( argument_type x ) returns true in case x is negative.

See Also

RealEmbeddableTraits