ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Methods | List of all members
ScopeStore< T, TStackedThreadValues >::BoolThreadIDHash Struct Reference

Class Description

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

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

Definition at line 173 of file scopestore.inl.

Public Methods

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

Member Function Documentation

◆ operator()()

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 180 of file scopestore.inl.


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