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

A type trait that always evaluates to std::false_type. 更多...

#include <traits.h>

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

详细描述

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

A type trait that always evaluates to std::false_type.

Useful inside static_assert to produce a dependent false, which prevents the compiler from instantiating the primary template when a specialization was expected.

模板参数
TAny type (the value is always false regardless of T).

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