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

Detects whether OT supports both operator< and operator> 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 operator< and operator> with T.

Template Parameters
OTLeft-hand side type.
TRight-hand side type.

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