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

Description:

Compare functor for this key type.

Definition at line 50 of file enumrecordmap.inl.

Public Method Index:

bool operator() (const EnumRecordKey &lhs, const EnumRecordKey &rhs) const
 

Method Details:

◆ operator()()

bool alib::enumrecords::detail::EnumRecordKey::EqualTo::operator() ( const EnumRecordKey & lhs,
const EnumRecordKey & rhs ) const
inline

Compares two keys.

Parameters
lhsThe left-hand side value.
rhsThe right-hand side value.
Returns
true if the two keys are equal, false otherwise.

Definition at line 56 of file enumrecordmap.inl.

Here is the call graph for this function:

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