CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/AlgebraicStructureTraits--IsZero.h>
AdaptableUnaryFunction
, returns true in case the argument is the zero element of the ring.
AdaptableUnaryFunction
Types | |
typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Boolean . More... | |
typedef unspecified_type | argument_type |
Is AlgebraicStructureTraits::Type . More... | |
Operations | |
result_type | operator() (argument_type x) const |
returns true in case \( x\) is the zero element of the ring. More... | |
typedef unspecified_type AlgebraicStructureTraits_::IsZero::argument_type |
typedef unspecified_type AlgebraicStructureTraits_::IsZero::result_type |
result_type AlgebraicStructureTraits_::IsZero::operator() | ( | argument_type | x | ) | const |
returns true in case \( x\) is the zero element of the ring.