VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::Traits::EqualityComparable< OT, T, typename > Struct Template Reference

Detects whether OT supports the == operator with T. More...

#include <traits.h>

Inheritance diagram for vlink::Traits::EqualityComparable< OT, T, typename >:
Collaboration diagram for vlink::Traits::EqualityComparable< OT, T, typename >:

Detailed Description

template<typename OT, typename T, typename = void>
struct vlink::Traits::EqualityComparable< OT, T, typename >

Detects whether OT supports the == operator with T.

Inherits from std::true_type when ot == t is a well-formed expression.

Template Parameters
OTThe left-hand side type.
TThe right-hand side type.

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