ALib C++ Framework
by
Library Version: 2511 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 48 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 54 of file enumrecordmap.inl.


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