NSVD Reader  0.0.1
nodamushi::refhash< T > Struct Template Reference

hash of ref<T> More...

#include <refhash.hpp>

Public Member Functions

size_t operator() (const ref< T > &key) const
 
size_t operator() (const T &key) const
 

Detailed Description

template<typename T>
struct nodamushi::refhash< T >

hash of ref<T>

Definition at line 63 of file refhash.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
size_t nodamushi::refhash< T >::operator() ( const ref< T > &  key) const
inline

Definition at line 65 of file refhash.hpp.

◆ operator()() [2/2]

template<typename T >
size_t nodamushi::refhash< T >::operator() ( const T &  key) const
inline

Definition at line 68 of file refhash.hpp.


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