|
CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/AlgebraicStructureTraits--Div.h>
AdaptableBinaryFunction computes the integral quotient of division with remainder.
AdaptableBinaryFunctionTypes | |
| typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Type. More... | |
| typedef unspecified_type | first_argument |
Is AlgebraicStructureTraits::Type. More... | |
| typedef unspecified_type | second_argument |
Is AlgebraicStructureTraits::Type. More... | |
Operations | |
| result_type | operator() (first_argument_type x, second_argument_type y) |
| template<class NT1 , class NT2 > | |
| result_type | operator() (NT1 x, NT2 y) |
This operator is defined if NT1 and NT2 are ExplicitInteroperable with coercion type AlgebraicStructureTraits::Type. More... | |
| typedef unspecified_type AlgebraicStructureTraits_::Div::first_argument |
| typedef unspecified_type AlgebraicStructureTraits_::Div::result_type |
| typedef unspecified_type AlgebraicStructureTraits_::Div::second_argument |
| result_type AlgebraicStructureTraits_::Div::operator() | ( | first_argument_type | x, |
| second_argument_type | y | ||
| ) |
| result_type AlgebraicStructureTraits_::Div::operator() | ( | NT1 | x, |
| NT2 | y | ||
| ) |
This operator is defined if NT1 and NT2 are ExplicitInteroperable with coercion type AlgebraicStructureTraits::Type.