template<typename Type>
bn::equal_to class

Function object for performing comparisons using the equal operator.

Public functions

auto operator()(const Type& a, const Type& b) const -> bool constexpr
Indicates if a is equal to b or not.