AnySet Documentation
Public Member Functions | List of all members
te::Hash< void > Struct Template Reference

Detailed Description

template<>
struct te::Hash< void >

Function object that implements a hash function for instances of type T.

#include <AnyHash.h>

Public Member Functions

template<class T >
std::size_t operator() (const T &value) const
 Generic hash function. More...
 

Member Function Documentation

◆ operator()()

template<class T >
std::size_t te::Hash< void >::operator() ( const T &  value) const
inline

Generic hash function.

Parameters
value- object to compute the hash code for.
Returns
std::invoke(te::Hash<T>{}, value)

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