C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::is_comparable< T1, T2 > Class Template Reference

Checks whether T1 is comparable with T2. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value = std::is_same_v<bool, result_type>
 

Detailed Description

template<class T1, class T2>
class caf::detail::is_comparable< T1, T2 >

Checks whether T1 is comparable with T2.


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