mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | List of all members
IsStdVector< std::vector< T, A > > Struct Template Reference

Metaprogramming structure for vector detection. More...

Static Public Attributes

static const bool value = true
 

Detailed Description

template<typename T, typename A>
struct mlpack::util::IsStdVector< std::vector< T, A > >

Metaprogramming structure for vector detection.

Definition at line 27 of file is_std_vector.hpp.

Member Data Documentation

const bool value = true
static

Definition at line 27 of file is_std_vector.hpp.


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