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

Type trait that always derives from std::false_type for any T. 更多...

#include <traits.h>

类 vlink::Traits::ExpectFalse< T > 继承关系图:
vlink::Traits::ExpectFalse< T > 的协作图:

详细描述

template<typename T>
struct vlink::Traits::ExpectFalse< T >

Type trait that always derives from std::false_type for any T.

Used inside static_assert to produce a dependent false expression, which prevents the compiler from instantiating a primary template when only a specialisation is valid.

模板参数
TArbitrary placeholder type; the value is always false.

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