CGAL 6.1 - Algebraic Foundations
Loading...
Searching...
No Matches
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.
 
typedef unspecified_type argument_type
 Is AlgebraicStructureTraits::Type.
 

Operations

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

Member Typedef Documentation

◆ argument_type

◆ result_type

Is void.

Member Function Documentation

◆ operator()()

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

may simplify \( x\).