C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
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<bool, result_type>::value
 

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: