CGAL 5.1 - Algebraic Foundations
RealEmbeddableTraits_::IsZero Class Reference

#include <Concepts/RealEmbeddableTraits--IsZero.h>

Definition

AdaptableUnaryFunction, returns true in case the argument is 0.

Refines:
AdaptableUnaryFunction
See also
RealEmbeddableTraits
AlgebraicStructureTraits_::IsZero

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 the zero element of the ring. More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Type convertible to bool.

Member Function Documentation

◆ operator()()

result_type RealEmbeddableTraits_::IsZero::operator() ( argument_type  x)

returns true in case \( x\) is the zero element of the ring.