Files
cgal/Modular_arithmetic/doc/Modular_arithmetic/CGAL/Modular_traits.h
T
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00

19 lines
323 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 */