Document the Model

This commit is contained in:
Andreas Fabri 2021-11-03 21:52:42 +01:00
parent 4da8f4f5b2
commit b079bec43d
1 changed files with 5 additions and 5 deletions

View File

@ -1533,11 +1533,6 @@ public:
*/
typedef unspecified_type Is_degenerate_3;
/*!
a model of `Kernel::HasNonZeroCoordinateIndex_3`
*/
typedef unspecified_type Has_non_zero_coordinate_index_3;
/*!
a model of `Kernel::HasOn_3`
*/
@ -1568,6 +1563,11 @@ public:
*/
typedef unspecified_type Has_on_negative_side_3;
/*!
a model of `Kernel::NonZeroCoordinateIndex_3`
*/
typedef unspecified_type Non_zero_coordinate_index_3;
/*!
a model of `Kernel::OrientedSide_3`
*/