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 |
static Yes & | Check (typename TypeToCheck::value_type *) |
|
template |
static No & | Check (...) |
|
template
template
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.
◆ No
◆ Yes
◆ Check() [1/2]
static Yes& Check |
( |
typename TypeToCheck::value_type * |
| ) |
|
|
static |
◆ Check() [2/2]
◆ value
The documentation for this struct was generated from the following file: