![]() |
An instance of Coercion_traits<A,B> reflects the type coercion of the types A and B, it is symmetric in the two template arguments.
#include <CGAL/Coercion_traits.h>
|
| |
|
Tag indicating whether the two types A and B are a model of ExplicitInteroperable This is either CGAL::Tag_true or CGAL::Tag_false.
| |
|
| |
|
Tag indicating whether the two types A and B are a model of ImplicitInteroperable This is either CGAL::Tag_true or CGAL::Tag_false.
| |
|
| |
|
The coercion type of A and B. In case A and B are not ExplicitInteroperable this is undefined.
| |
|
| |
|
A model of the AdaptableFunctor concept, providing the conversion of A or B to Type. In case A and B are not ExplicitInteroperable this is undefined.
| |