UnCoVer (Using Coverability for Verification)
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
hash< unordered_set< T > > Struct Template Reference

Defines the hash of an unordered_set as the xor of all elements of the set. More...

#include <hash_functions.h>

Public Member Functions

size_t operator() (const unordered_set< T > &s) const
 This operator serves as an implementation of its encapsulating struct.
 

Detailed Description

template<typename T>
struct std::hash< unordered_set< T > >

Defines the hash of an unordered_set as the xor of all elements of the set.


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