ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lox::detail::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 108 of file scopestore.hpp.

#include <scopestore.hpp>

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 alib::lox::detail::ScopeStore< T, TStackedThreadValues >::BoolThreadIDHash::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 112 of file scopestore.hpp.


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