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

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

#include <type_traits.hpp>

Inheritance diagram for plssvm::detail::is_unordered_map< std::unordered_map< Key, T > >:
[legend]
Collaboration diagram for plssvm::detail::is_unordered_map< std::unordered_map< Key, T > >:
[legend]

Detailed Description

template<typename Key, typename T>
struct plssvm::detail::is_unordered_map< std::unordered_map< Key, T > >

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


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