Go to the source code of this file.
|
template<typename EnumType , typename LimitsType , typename BaseType > |
bool | imt::base::core::util::operator== (Flags< EnumType, LimitsType, BaseType > const &left, Flags< EnumType, LimitsType, BaseType > const &right) noexcept |
| Compare for equality operator.
|
|
template<typename EnumType , typename LimitsType , typename BaseType > |
bool | imt::base::core::util::operator!= (Flags< EnumType, LimitsType, BaseType > const &left, Flags< EnumType, LimitsType, BaseType > const &right) noexcept |
| Compare for equality operator.
|
|