NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::negation< T > 模板结构体 参考

逻辑非包装器 更多...

#include <type_traits.hpp>

类 neforce::negation< T > 继承关系图:
[图例]

额外继承的成员函数

Public 类型 继承自 neforce::integral_constant< bool, Value >
using value_type
 值类型
using type
 自身类型
Public 成员函数 继承自 neforce::integral_constant< bool, Value >
constexpr operator value_type () const noexcept
 显式转换到值类型的运算符
constexpr value_type operator() () const noexcept
 函数调用运算符,用于获取值
静态 Public 属性 继承自 neforce::integral_constant< bool, Value >
static constexpr bool value
 存储的整数值

详细描述

template<typename T>
struct neforce::negation< T >

逻辑非包装器

模板参数
T具有::value成员的布尔类型

对给定布尔类型特化的值进行逻辑非操作。

在文件 type_traits.hpp156 行定义.


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