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

Description:

Comparison functor for type const std::type_info*.

Definition at line 47 of file stdtypeinfofunctors.inl.

Public Method Index:

bool operator() (Key lhs, Key rhs) const
 

Method Details:

◆ operator()()

bool alib::lang::TypeFunctors::EqualTo::operator() ( Key lhs,
Key rhs ) const
inline

Invokes operator == with lhs and rhs.

Parameters
lhsThe left-hand side value.
rhsThe right-hand side value.
Returns
true if the objects represent the same type, false otherwise.

Definition at line 53 of file stdtypeinfofunctors.inl.


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