cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/AlgebraicStructureTraits_Mo...

33 lines
878 B
TeX

\begin{ccRefConcept}{AlgebraicStructureTraits::Mod}
\ccDefinition
\ccc{AdaptableBinaryFunction} computes the remainder of x modulo y.
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccTypes
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
\ccTypedef{typedef AlgebraicStructureTraits::AS result_type;}{}\ccGlue
\ccTypedef{typedef AlgebraicStructureTraits::AS first_argument_type;}{}\ccGlue
\ccTypedef{typedef AlgebraicStructureTraits::AS second_argument_type;}{}
\ccOperations
\ccMethod{result_type operator()(
const first_argument_type& x,
const second_argument_type& y);}{ returns $mod(x,y)$. }
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{AlgebraicStructureTraits}\\
\ccRefIdfierPage{AlgebraicStructureTraits::Div}\\
\ccRefIdfierPage{AlgebraicStructureTraits::Mod}\\
\ccRefIdfierPage{AlgebraicStructureTraits::DivMod}\\
\end{ccRefConcept}