VLink  2.0.0
A high-performance communication middleware
vlink::Traits::Assignable< OT, T, typename > 模板结构体 参考

Detects whether a value of type T can be assigned to an instance of OT. 更多...

#include <traits.h>

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

详细描述

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

Detects whether a value of type T can be assigned to an instance of OT.

模板参数
OTTarget type on the left of =.
TSource type on the right of =.

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