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

Check whether T is a tracking entry. Ignores all top-level const, volatile, and reference qualifiers. More...

#include <performance_tracker.hpp>

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

Detailed Description

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

Check whether T is a tracking entry. Ignores all top-level const, volatile, and reference qualifiers.

Template Parameters
Tthe type to check whether it is a tracking entry or not

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