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

Test whether the given type T is of type plssvm::default_value ignoring all top-level const, volatile, and reference qualifiers. More...

#include <default_value.hpp>

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

Detailed Description

template<typename T>
struct plssvm::is_default_value< T >

Test whether the given type T is of type plssvm::default_value ignoring all top-level const, volatile, and reference qualifiers.

Template Parameters
Tthe type to check whether it is a plssvm::default_value

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