kblib 0.2.3
General utilities library for modern C++
kblib::FNV_hash< delayed_construct< T >, void > Struct Template Reference

#include <kblib/delayed_construct.h>

Public Member Functions

constexpr std::size_t operator() (const delayed_construct< T > &key, std::size_t offset=fnv::fnv_offset< std::size_t >::value) const noexcept
 

Detailed Description

template<typename T>
struct kblib::FNV_hash< delayed_construct< T >, void >

Definition at line 177 of file delayed_construct.h.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr std::size_t kblib::FNV_hash< delayed_construct< T >, void >::operator() ( const delayed_construct< T > &  key,
std::size_t  offset = fnv::fnv_offset<std::size_t>::value 
) const
inlineconstexprnoexcept

Definition at line 178 of file delayed_construct.h.


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