piranha  0.10
Static Public Attributes | List of all members
piranha::is_hash_function_object< T, U > Class Template Reference

Type trait to detect hash function objects. More...

#include <piranha/type_traits.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T, typename U>
class piranha::is_hash_function_object< T, U >

Type trait to detect hash function objects.

T is a hash function object for U if the following requirements are met:

Definition at line 690 of file type_traits.hpp.


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