Files
cgal/Modular_arithmetic/doc/Modular_arithmetic/CGAL/Modular_traits.h
T
2023-07-09 12:43:36 +02:00

19 lines
322 B
C++

namespace CGAL {
/*!
\ingroup PkgModularArithmeticRef
An instance of `Modular_traits` is a model of `ModularTraits`,
where <span class="textsc">T</span> is the associated type.
\cgalModels{ModularTraits}
*/
template< typename T >
class Modular_traits {
public:
}; /* end Modular_traits */
} /* end namespace CGAL */