mlpack  master
Static Public Attributes | List of all members
mlpack::util::IsStdVector< T > Struct Template Reference

Metaprogramming structure for vector detection. More...

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T>
struct mlpack::util::IsStdVector< T >

Metaprogramming structure for vector detection.

Definition at line 25 of file param_data.hpp.

Member Data Documentation

template<typename T >
const bool mlpack::util::IsStdVector< T >::value = false
static

Definition at line 25 of file param_data.hpp.

Referenced by mlpack::util::HandleRawParameter().


The documentation for this struct was generated from the following file: