ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
ScopeStore< T, TStackedThreadValues >::BoolThreadIDHash Struct Reference

Description:

template<typename T, bool TStackedThreadValues>
struct alib::lox::detail::ScopeStore< T, TStackedThreadValues >::BoolThreadIDHash

Hash functor for std::pair<bool,ThreadID>.

Definition at line 171 of file scopestore.inl.

Public Method Index:

std::size_t operator() (const std::pair< bool, threads::ThreadID > &src) const
 

Method Details:

◆ operator()()

template<typename T , bool TStackedThreadValues>
std::size_t operator() ( const std::pair< bool, threads::ThreadID > & src) const
inline

Calculates a hash code.

Parameters
srcThe object to hash.
Returns
The hash code.

Definition at line 178 of file scopestore.inl.


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