CGAL 5.0.3 - Algebraic Foundations
|
AdaptableUnaryFunction
, computing the square of the argument.
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) |
returns the square of \( x\). | |