mirror of https://github.com/CGAL/cgal
41 lines
1.1 KiB
TeX
41 lines
1.1 KiB
TeX
\begin{ccRefFunctionObjectConcept}{AlgebraicStructureTraits::Mod}
|
|
|
|
\ccDefinition
|
|
|
|
\ccc{AdaptableBinaryFunction} computes the remainder of division with remainder.
|
|
|
|
\ccRefines
|
|
|
|
\ccc{AdaptableBinaryFunction}
|
|
|
|
\ccTypes
|
|
\ccNestedType{result_type}
|
|
{ Is \ccc{AlgebraicStructureTraits::Type}.}
|
|
\ccGlue
|
|
\ccNestedType{first_argument}
|
|
{ Is \ccc{AlgebraicStructureTraits::Type}.}
|
|
\ccGlue
|
|
\ccNestedType{second_argument}
|
|
{ Is \ccc{AlgebraicStructureTraits::Type}.}
|
|
|
|
\ccOperations
|
|
\ccCreationVariable{mod}
|
|
\ccThree{xxxxxxxxxxx}{xxxxxxxxxxx}{}
|
|
|
|
\ccMethod{result_type operator()(first_argument_type x,
|
|
second_argument_type y);}{}
|
|
|
|
\ccMethod{template <class NT1, class NT2> result_type operator()(NT1 x, NT2 y);}
|
|
{This operator is defined if \ccc{NT1} and \ccc{NT2} are \ccc{ExplicitInteroperable}
|
|
with coercion type \ccc{AlgebraicStructureTraits::Type}. }
|
|
|
|
%\ccHasModels
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefIdfierPage{AlgebraicStructureTraits}\\
|
|
\ccRefIdfierPage{AlgebraicStructureTraits::Div}\\
|
|
\ccRefIdfierPage{AlgebraicStructureTraits::DivMod}\\
|
|
|
|
\end{ccRefFunctionObjectConcept}
|