cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/FromIntConstructible.tex

17 lines
341 B
TeX

\begin{ccRefConcept}{FromIntConstructible}
\ccDefinition
A model of the concept \ccc{FromIntConstructible} is required
to be constructible from int.
\ccCreation
\ccCreationVariable{type} %% choose variable name
\ccConstructor{FromIntConstructible(int& i);}{}
\ccHasModels
\ccc{int}\\
\ccc{long}\\
\ccc{double}\\
\end{ccRefConcept}