Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::stl_detail::is_std_hashable< T, typename > Struct Template Reference

Detect if a type is hashable via std::hash. More...

#include <ah-stl-functional.H>

Inheritance diagram for Aleph::stl_detail::is_std_hashable< T, typename >:
[legend]
Collaboration diagram for Aleph::stl_detail::is_std_hashable< T, typename >:
[legend]

Detailed Description

template<typename T, typename = void>
struct Aleph::stl_detail::is_std_hashable< T, typename >

Detect if a type is hashable via std::hash.

Definition at line 112 of file ah-stl-functional.H.


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