improve documentation of ImplicitInteroperable

This commit is contained in:
Michael Hemmer 2014-01-30 13:57:14 +01:00
parent cc30859ea1
commit 8f18eb46f9
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Two types `A` and `B` are a model of the concept
`ImplicitInteroperable`, if there is a superior type, such that
binary arithmetic operations involving `A` and `B` result in
this type. This type is \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink.
In case types are RealEmbeddable this also implies that mixed compare operators are available.
The type \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink is required to be
implicit constructible from `A` and `B`.