BPHash
General object hashing library for C++
Namespaces | Functions
forward_list.hpp File Reference

Hashing of std::forward_list. More...

#include "bphash/types/ContainerHelper.hpp"
#include <forward_list>
Include dependency graph for forward_list.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 bphash
 

Functions

template<typename T , typename Alloc >
std::enable_if< is_hashable< T >::value, void >::type bphash::hash_object (const std::forward_list< T, Alloc > &a, Hasher &h)
 Hashing of std::forward_list. More...
 

Detailed Description

Hashing of std::forward_list.

Definition in file forward_list.hpp.