MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
类型行为检查

检查类型的行为是否符合要求 更多...

struct  is_allocator< Alloc, Dummy >
 判断类型是否为分配器 更多...
struct  is_incrementible< Iterator >
 判断类型是否可以递增 更多...
struct  is_decrementible< Iterator >
 判断类型是否可以递减 更多...
struct  is_iterable< Container >
 判断类型是否可迭代 更多...
struct  is_maplike< Map >
 判断类型是否类似映射 更多...
struct  has_construct< Alloc, T, Args >
 判断分配器是否具有construct成员函数 更多...
struct  has_base< T >
 判断类型是否具有base成员函数 更多...

详细描述

检查类型的行为是否符合要求