ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
TypeFunctors::EqualTo Struct Reference

Description:


Comparison functor for type const std::type_info*.

Definition at line 88 of file std_typeinfo.hpp.

#include <std_typeinfo.hpp>

Public Method Index:

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

Method Details:

◆ operator()()

bool 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 96 of file std_typeinfo.hpp.


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