cgal/Old_Packages/Doc23/doc_tex/kernel/Ref/Kernel::Assign_2.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}