|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Hash functor for std::vector<T>, combining element hashes via XOR. More...
#include <Defines.hpp>
Public Member Functions | |
| std::size_t | operator() (const std::vector< T > &v) const noexcept |
| template<class TBegin , class TEnd > | |
| std::size_t | operator() (TBegin &&begin, TEnd &&end) const noexcept |
Hash functor for std::vector<T>, combining element hashes via XOR.
Definition at line 809 of file Defines.hpp.
|
inlinenoexcept |
|
inlinenoexcept |