CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/AlgebraicStructureTraits--Inverse.h>
AdaptableUnaryFunction
providing the inverse element with respect to multiplication of a Field
.
AdaptableUnaryFunction
AlgebraicStructureTraits
Types | |
typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Type . More... | |
typedef unspecified_type | argument_type |
Is AlgebraicStructureTraits::Type . More... | |
Operations | |
result_type | operator() (argument_type x) const |
returns the inverse element of \( x\) with respect to multiplication. More... | |
typedef unspecified_type AlgebraicStructureTraits_::Inverse::argument_type |
typedef unspecified_type AlgebraicStructureTraits_::Inverse::result_type |
result_type AlgebraicStructureTraits_::Inverse::operator() | ( | argument_type | x | ) | const |
returns the inverse element of \( x\) with respect to multiplication.