mirror of https://github.com/CGAL/cgal
17 lines
423 B
TeX
17 lines
423 B
TeX
\begin{ccRefFunctionObjectConcept}{Kernel::Assign_2}
|
|
A model for this must provide:
|
|
|
|
\ccCreationVariable{fo}
|
|
|
|
\ccMemberFunction{
|
|
template <class T>
|
|
bool operator()(T& t, const Kernel::Object_2&o);}
|
|
{assigns \ccStyle{o} to \ccStyle{c} if \ccStyle{o}
|
|
was constructed from an object of type \ccStyle{T}.
|
|
Returns \ccc{true}, if the assignment was possible.}
|
|
|
|
\ccSeeAlso
|
|
\ccc{Kernel::Object_2}
|
|
|
|
\end{ccRefFunctionObjectConcept}
|