DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::array_hash< T, s > Struct Template Reference

Hash functor for std::array<T, s>, combining element hashes via XOR. More...

#include <Defines.hpp>

Public Member Functions

std::size_t operator() (const std::array< T, s > &v) const noexcept
 

Detailed Description

template<typename T, std::size_t s>
struct DNDS::array_hash< T, s >

Hash functor for std::array<T, s>, combining element hashes via XOR.

Definition at line 851 of file Defines.hpp.

Member Function Documentation

◆ operator()()

template<typename T , std::size_t s>
std::size_t DNDS::array_hash< T, s >::operator() ( const std::array< T, s > &  v) const
inlinenoexcept

Definition at line 853 of file Defines.hpp.

Here is the call graph for this function:

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