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

#include <kblib/algorithm.h>

Public Member Functions

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

Detailed Description

Definition at line 150 of file algorithm.h.

Member Function Documentation

◆ operator()()

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

Definition at line 152 of file algorithm.h.


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