#include <bn_functional.h>
template<typename Type>
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.