mirror of https://github.com/CGAL/cgal
17 lines
355 B
C++
17 lines
355 B
C++
|
|
namespace CGAL {
|
|
|
|
/*!
|
|
\ingroup PkgAlgebraicFoundationsRef
|
|
|
|
An instance of `Real_embeddable_traits` is a model of `RealEmbeddableTraits`, where <span class="textsc">T</span> is the associated type.
|
|
|
|
\cgalModels{RealEmbeddableTraits}
|
|
|
|
*/
|
|
template< typename T >
|
|
class Real_embeddable_traits {
|
|
|
|
}; /* end Real_embeddable_traits */
|
|
} /* end namespace CGAL */
|