-
Notifications
You must be signed in to change notification settings - Fork 1
Struct __EnumeratorComp
AdamFull edited this page Aug 6, 2021
·
1 revision
Default comparator for the installed numerator.
#include <EasyDelegateGlobalTemplates.hpp>
| Name | |
|---|---|
| bool | operator()(const _Enumerator & l, const _Enumerator & r) const |
template <class _Enumerator >
struct EasyDelegate::__EnumeratorComp;Default comparator for the installed numerator.
Template Parameters:
- _Enumerator Enumerator class
inline bool operator()(
const _Enumerator & l,
const _Enumerator & r
) const