cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/ExplicitInteroperable.tex

19 lines
489 B
TeX

\begin{ccRefConcept}{ExplicitInteroperable}
\ccDefinition
Two types A and B are a model of the \ccc{ExplicitInteroperable} concept,
if it is possible to derive a superior type for A and B, such that both
types are embeddable into this type.
This type is \ccc{Coercion_traits<A,B>::RET}.
In this case \ccc{Coercion_traits<A,B>::Explicit_interoperable}
is \ccc{Tag_true}.
\ccSeeAlso
\ccRefIdfierPage{Coercion_traits}\\
\ccRefIdfierPage{ImplicitInteroperable}\\
\end{ccRefConcept}