|
VLink 2.0.0
A high-performance communication middleware
|
Detects whether OT supports both < and > operators with T.
更多...
#include <traits.h>
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.
| OT | The left-hand side type. |
| T | The right-hand side type. |