halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_hashable< T > Struct Template Reference

Determines if a type has a valid std::hash specialization. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_hashable< T >:
halcheck::lib::is_detected< lib::hashable, T >

Detailed Description

template<typename T>
struct halcheck::lib::is_hashable< T >

Determines if a type has a valid std::hash specialization.

Template Parameters
TThe type to query.

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