Instrument Neutral Distributed Interface INDI  2.0.2
nlohmann::detail::is_comparable< Compare, A, B, void_t< decltype(std::declval< Compare >()(std::declval< A >(), std::declval< B >())), decltype(std::declval< Compare >()(std::declval< B >(), std::declval< A >()))> > Struct Template Reference

#include <json.h>

Inheritance diagram for nlohmann::detail::is_comparable< Compare, A, B, void_t< decltype(std::declval< Compare >()(std::declval< A >(), std::declval< B >())), decltype(std::declval< Compare >()(std::declval< B >(), std::declval< A >()))> >:

Detailed Description

template<typename Compare, typename A, typename B>
struct nlohmann::detail::is_comparable< Compare, A, B, void_t< decltype(std::declval< Compare >()(std::declval< A >(), std::declval< B >())), decltype(std::declval< Compare >()(std::declval< B >(), std::declval< A >()))> >

Definition at line 3697 of file json.h.


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