CGAL 5.1 - Algebraic Foundations
AlgebraicStructureTraits_::Simplify Class Reference

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

Definition

This AdaptableUnaryFunction may simplify a given object.

Refines:
AdaptableUnaryFunction
See also
AlgebraicStructureTraits

Types

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

Operations

result_type operator() (argument_type x)
 may simplify \( x\). More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Is void.

Member Function Documentation

◆ operator()()

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

may simplify \( x\).