CGAL 6.1.3 - Algebraic Foundations
Loading...
Searching...
No Matches
AlgebraicStructureTraits_::Inverse Concept Reference

Definition

AdaptableUnaryFunction providing the inverse element with respect to multiplication of a Field.

Refines
AdaptableUnaryFunction
See also
AlgebraicStructureTraits

Types

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

Operations

result_type operator() (argument_type x) const
 returns the inverse element of \( x\) with respect to multiplication.

Member Function Documentation

◆ operator()()

result_type AlgebraicStructureTraits_::Inverse::operator() ( argument_type x) const

returns the inverse element of \( x\) with respect to multiplication.

Precondition
\( x \neq0\).

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

Definition

AdaptableUnaryFunction providing the inverse element with respect to multiplication of a Field.

Refines
AdaptableUnaryFunction
See also
AlgebraicStructureTraits

Types

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

Operations

result_type operator() (argument_type x) const
 returns the inverse element of \( x\) with respect to multiplication.

Member Function Documentation

◆ operator()()

result_type AlgebraicStructureTraits_::Inverse::operator() ( argument_type x) const

returns the inverse element of \( x\) with respect to multiplication.

Precondition
\( x \neq0\).