mirror of https://github.com/CGAL/cgal
18 lines
306 B
C++
18 lines
306 B
C++
namespace CGAL {
|
|
|
|
/*!
|
|
\ingroup PkgAlgebraicFoundationsRef
|
|
|
|
An instance of `Fraction_traits` is a model of `FractionTraits`,
|
|
where `T` is the associated type.
|
|
|
|
\cgalModels `FractionTraits`
|
|
|
|
*/
|
|
template< typename T >
|
|
class Fraction_traits {
|
|
public:
|
|
|
|
}; /* end Fraction_traits */
|
|
} /* end namespace CGAL */
|