QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::algorithm::hash::passthru_hash< T > Struct Template Reference

A STL compatible hash which passes through its input. More...

#include "hash.hpp"

Public Member Functions

size_t operator() (T v) const
 

Detailed Description

template<class T>
struct quickcpplib::_xxx::algorithm::hash::passthru_hash< T >

A STL compatible hash which passes through its input.

Member Function Documentation

◆ operator()()

template<class T >
size_t quickcpplib::_xxx::algorithm::hash::passthru_hash< T >::operator() ( v) const
inline
44{ return static_cast<size_t>(v); }

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