Aplit Functor Types to Types and Functor types

This commit is contained in:
Efi Fogel 2017-07-09 21:51:47 +03:00
parent fd8809f31d
commit ecba36658a
1 changed files with 6 additions and 1 deletions

View File

@ -15,12 +15,17 @@
class CastingTraits_2 {
public:
/// \name Functor Types
/// \name Types
/// @{
//! The direction type. Models the concept `Kernel::Direction_2`.
typedef unspecified_type Direction_2;
/// @}
/// \name Functor Types
/// @{
//! Models the concept `Kernel::Counterclockwise_in_between_2`.
typedef unspecified_type Counterclockwise_in_between_2;