cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/AlgebraicStructureTraits_Di...

31 lines
817 B
TeX

\begin{ccRefConcept}{AlgebraicStructureTraits::Div}
\ccDefinition
\ccc{AdaptableBinaryFunction} computes the quotient from division with remainder.
\ccRefines
\ccc{AdaptableBinaryFunction}
\ccTypes
\ccTypedef{typedef AlgebraicStructureTraits::AS result_type;}{}
\ccTypedef{typedef AlgebraicStructureTraits::AS first_argument_type;}{}
\ccTypedef{typedef AlgebraicStructureTraits::AS second_argument_type;}{}
\ccOperations
\ccMethod{result_type operator()(
const first_argument_type& x,
const second_argument_type& y);}{ returns $div(x,y)$. }
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{AlgebraicStructureTraits}\\
\ccRefIdfierPage{AlgebraicStructureTraits::Div}\\
\ccRefIdfierPage{AlgebraicStructureTraits::Mod}\\
\ccRefIdfierPage{AlgebraicStructureTraits::DivMod}\\
\end{ccRefConcept}