MSTL
1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
类型特殊成员函数信息检查
检查类型的构造/析构信息
更多...
类
struct
is_trivial< T >
判断类型是否为平凡类型
更多...
struct
is_trivially_copyable< T >
判断类型是否为平凡可复制类型
更多...
struct
has_virtual_destructor< T >
判断类型是否具有虚析构函数
更多...
struct
is_constructible< T, Args >
判断类型是否可以使用指定参数构造
更多...
struct
is_copy_constructible< T >
判断类型是否可复制构造
更多...
struct
is_default_constructible< T >
判断类型是否可默认构造
更多...
struct
is_implicitly_default_constructible< T, Dummy >
判断类型是否可隐式默认构造
更多...
struct
is_move_constructible< T >
判断类型是否可移动构造
更多...
struct
is_assignable< To, From >
判断类型是否可以使用指定类型的值进行赋值
更多...
struct
is_copy_assignable< T >
判断类型是否可复制赋值
更多...
struct
is_move_assignable< T >
判断类型是否可移动赋值
更多...
struct
is_destructible< T >
判断类型是否可析构
更多...
struct
is_trivially_constructible< T, Args >
判断类型是否可以使用指定参数平凡构造
更多...
struct
is_trivially_copy_constructible< T >
判断类型是否可平凡复制构造
更多...
struct
is_trivially_default_constructible< T >
判断类型是否可平凡默认构造
更多...
struct
is_trivially_move_constructible< T >
判断类型是否可平凡移动构造
更多...
struct
is_trivially_assignable< To, From >
判断类型是否可以使用指定类型的值进行平凡赋值
更多...
struct
is_trivially_copy_assignable< T >
判断类型是否可平凡复制赋值
更多...
struct
is_trivially_move_assignable< T >
判断类型是否可平凡移动赋值
更多...
struct
is_trivially_destructible< T >
判断类型是否可平凡析构
更多...
struct
is_nothrow_constructible< T, Args >
判断类型是否可以使用指定参数无异常构造
更多...
struct
is_nothrow_default_constructible< T >
判断类型是否可无异常默认构造
更多...
struct
is_nothrow_copy_constructible< T >
判断类型是否可无异常复制构造
更多...
struct
is_nothrow_move_constructible< T >
判断类型是否可无异常移动构造
更多...
struct
is_nothrow_assignable< To, From >
判断类型是否可以使用指定类型的值进行无异常赋值
更多...
struct
is_nothrow_copy_assignable< T >
判断类型是否可无异常复制赋值
更多...
struct
is_nothrow_move_assignable< T >
判断类型是否可无异常移动赋值
更多...
struct
is_nothrow_destructible< T >
判断类型是否可无异常析构
更多...
struct
is_location_invariant< T >
判断类型是否是位置不变的
更多...
详细描述
检查类型的构造/析构信息
制作者
1.16.0