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

#include <kblib/algorithm.h>

Public Member Functions

constexpr auto operator() (const Obj &a, const Obj &b) const noexcept(noexcept(equals(a, b))) -> bool
 

Detailed Description

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

Definition at line 132 of file algorithm.h.

Member Function Documentation

◆ operator()()

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

Definition at line 133 of file algorithm.h.


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