cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/FromSmallIntConstructible.tex

23 lines
458 B
TeX

\begin{ccRefConcept}{FromSmallIntConstructible}
\ccDefinition
A model of the concept FromSmallIntConstructible is required
to be constructible from int,
for any int in the range from -128 to 127.
\ccCreation
\ccCreationVariable{type} %% choose variable name
\ccConstructor{FromSmallIntConstructible(int& i);}{
conversion constructor from int for $-128 \leq n \leq 127$.
}
\ccHasModels
\ccc{int}\\
\ccc{long}\\
\ccc{double}\\
\end{ccRefConcept}