kblib 0.2.3
General utilities library for modern C++
kblib::equivalent< Compare, void > Struct Template Reference

#include <kblib/algorithm.h>

Public Member Functions

template<typename Obj >
constexpr auto operator() (const Obj &a, const Obj &b, Compare comp) const noexcept(noexcept(equals(a, b, comp))) -> bool
 

Detailed Description

template<typename Compare>
struct kblib::equivalent< Compare, void >

Definition at line 140 of file algorithm.h.

Member Function Documentation

◆ operator()()

template<typename Compare >
template<typename Obj >
constexpr auto kblib::equivalent< Compare, void >::operator() ( const Obj &  a,
const Obj &  b,
Compare  comp 
) const -> bool
inlineconstexprnoexcept

Definition at line 142 of file algorithm.h.


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