ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lang::TypeFunctors::Hash Struct Reference

Description:

Hash code functor for type const std::type_info*.

Definition at line 30 of file stdtypeinfofunctors.hpp.

#include <stdtypeinfofunctors.hpp>

Public Method Index:

size_t operator() (Key typeinfo) const

Method Details:

◆ operator()()

size_t alib::lang::TypeFunctors::Hash::operator() ( Key typeinfo) const
inline

Invokes std::type_info::hash_code on the wrapped type.

Parameters
typeinfoPointer to the runtime type information struct.
Returns
The hash code

Definition at line 34 of file stdtypeinfofunctors.hpp.


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