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