CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/AlgebraicStructureTraits--Mod.h>
AdaptableBinaryFunction
computes the remainder of division with remainder.
AdaptableBinaryFunction
Types | |
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_::Mod::first_argument |
typedef unspecified_type AlgebraicStructureTraits_::Mod::result_type |
typedef unspecified_type AlgebraicStructureTraits_::Mod::second_argument |
result_type AlgebraicStructureTraits_::Mod::operator() | ( | first_argument_type | x, |
second_argument_type | y | ||
) |
result_type AlgebraicStructureTraits_::Mod::operator() | ( | NT1 | x, |
NT2 | y | ||
) |
This operator is defined if NT1
and NT2
are ExplicitInteroperable
with coercion type AlgebraicStructureTraits::Type
.