|
CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/RealEmbeddableTraits--IsPositive.h>
AdaptableUnaryFunction, returns true in case the argument is positive.
AdaptableUnaryFunctionRealEmbeddableTraits Types | |
| typedef unspecified_type | result_type |
Type convertible to bool. More... | |
| typedef unspecified_type | argument_type |
Is RealEmbeddableTraits::Type. More... | |
Operations | |
| result_type | operator() (argument_type x) |
| returns true in case \( x\) is positive. More... | |
| typedef unspecified_type RealEmbeddableTraits_::IsPositive::argument_type |
| typedef unspecified_type RealEmbeddableTraits_::IsPositive::result_type |
Type convertible to bool.
| result_type RealEmbeddableTraits_::IsPositive::operator() | ( | argument_type | x | ) |
returns true in case \( x\) is positive.