PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
plssvm::detail::is_array< T > Struct Template Reference

Type trait to check whether T is a std::array. More...

#include <type_traits.hpp>

Inheritance diagram for plssvm::detail::is_array< T >:
[legend]
Collaboration diagram for plssvm::detail::is_array< T >:
[legend]

Detailed Description

template<typename T>
struct plssvm::detail::is_array< T >

Type trait to check whether T is a std::array.

Template Parameters
Tthe type to check

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