A type function to check whether Type is a collection type (for that it should define value_type).
More...
|
| using | No = char[2] |
| |
| using | Yes = char[1] |
| |
|
| template<typename TypeToCheck > |
| static Yes & | Check (typename TypeToCheck::value_type *) |
| |
| template<typename > |
| static No & | Check (...) |
| |
template<typename T, typename... Args>
template<typename Type>
struct mlpack::hpt::DeduceHyperParameterTypes< T, Args...>::IsCollectionType< Type >
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.
| static Yes& Check |
( |
typename TypeToCheck::value_type * |
| ) |
|
|
static |
The documentation for this struct was generated from the following file: