Files
cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/AlgebraicStructureTraits_Square.tex
T
Michael Hemmer 9b8e603b77 For Functors:
-\begin{ccRefConcept}
+\begin{ccRefFunctionObjectConcept}
2007-04-15 16:15:01 +00:00

30 lines
635 B
TeX

\begin{ccRefFunctionObjectConcept}{AlgebraicStructureTraits::Square}
\ccDefinition
\ccc{AdaptableUnaryFunction}, computing the square of the argument.
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccTypes
\ccNestedType{result_type}
{ Is \ccc{AlgebraicStructureTraits::Type}.}
\ccNestedType{argument_type}
{ Is \ccc{AlgebraicStructureTraits::Type}.}
\ccOperations
\ccCreationVariable{square}
\ccThree{xxxxxxxxxxx}{xxxxxxxxxxx}{}
\ccMethod{result_type operator()(argument_type x);}{ returns the square of $x$.}
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{AlgebraicStructureTraits}
\end{ccRefFunctionObjectConcept}