mirror of https://github.com/CGAL/cgal
33 lines
878 B
TeX
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}
|