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