VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::Traits::GreaterComparable< OT, T, typename > 模板结构体 参考

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

#include <traits.h>

类 vlink::Traits::GreaterComparable< OT, T, typename > 继承关系图:
vlink::Traits::GreaterComparable< OT, T, typename > 的协作图:

详细描述

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.

模板参数
OTThe left-hand side type.
TThe right-hand side type.

该结构体的文档由以下文件生成: