|
mlpack 3.4.2
|
A type function to check whether Type is a collection type (for that it should define value_type). More...
#include <deduce_hp_types.hpp>
Public Types | |
| using | No = char[2] |
| using | Yes = char[1] |
Static Public Member Functions | |
| template<typename > | |
| static No & | Check (...) |
| template<typename TypeToCheck > | |
| static Yes & | Check (typename TypeToCheck::value_type *) |
Static Public Attributes | |
| static const bool | value |
A type function to check whether Type is a collection type (for that it should define value_type).
Definition at line 69 of file deduce_hp_types.hpp.
| using No = char[2] |
Definition at line 72 of file deduce_hp_types.hpp.
| using Yes = char[1] |
Definition at line 71 of file deduce_hp_types.hpp.
|
static |
|
static |
|
static |
Definition at line 79 of file deduce_hp_types.hpp.
1.9.2