CGAL 6.1 - Algebraic Foundations
Loading...
Searching...
No Matches
AlgebraicStructureTraits_::IsOne Class Reference

#include <Concepts/AlgebraicStructureTraits--IsOne.h>

Definition

AdaptableUnaryFunction, returns true in case the argument is the one of the ring.

Refines
AdaptableUnaryFunction
See also
AlgebraicStructureTraits

Types

typedef unspecified_type result_type
 Is AlgebraicStructureTraits::Boolean.
 
typedef unspecified_type argument_type
 Is AlgebraicStructureTraits::Type.
 

Operations

result_type operator() (argument_type x)
 returns true in case \( x\) is the one of the ring.
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Member Function Documentation

◆ operator()()

result_type AlgebraicStructureTraits_::IsOne::operator() ( argument_type  x)

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