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

Detects whether OT supports both < and > operators with T. More...

#include <traits.h>

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

Detailed Description

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

Detects whether OT supports both < and > operators with T.

Inherits from std::true_type when both ot < t and ot > t are well-formed expressions.

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

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