| Cadd_const< T > | 添加const限定符 |
| Cadd_cv< T > | 同时添加const和volatile限定符 |
| Cadd_lvalue_reference< T > | 添加左值引用 |
| Cadd_pointer< T, Dummy > | 添加指针限定符 |
| Cadd_reference< T, Dummy > | 添加引用限定符 |
| Cadd_rvalue_reference< T > | 添加右值引用 |
| Cadd_volatile< T > | 添加volatile限定符 |
| CAES256 | AES-256加密算法结构体 |
| Caligned_storage< Len, Align > | 创建指定大小和对齐要求的存储类型 |
| Caligned_storage< sizeof(T), alignof(T)> | |
| Caligned_buffer< T > | 对齐缓冲区模板类 |
| Caligned_union< Len, Types > | 创建可以容纳多种类型的对齐存储类型 |
| Callocated_ptr< Alloc > | 分配内存指针 |
| Callocator_arg_tag | 分配器参数标签 |
| Callocator_traits< Alloc > | 分配器特性模板 |
| Callocator_traits< rebind_alloc< T > > | |
| Cany | 任意类型容器 |
| Carp | ARP协议实现类 |
| Cbarrier< CmplFunc >::arrival_token | 到达令牌类 |
| Cfile_async::async_result | 异步操作结果句柄 |
| Cat_thread_exit_elt | 线程退出回调元素 |
| Catomic< T > | 通用原子类型模板 |
| Catomic< bool > | Bool类型的原子特化 |
| Catomic< shared_ptr< T > > | Shared_ptr的原子特化 |
| Catomic< weak_ptr< T > > | Weak_ptr的原子特化 |
| Catomic_base< T > | 原子类型基础模板类 |
| Catomic_base< char > | |
| Catomic< char > | Char类型的原子特化 |
| Catomic_base< char16_t > | |
| Catomic< char16_t > | Char16_t类型的原子特化 |
| Catomic_base< char32_t > | |
| Catomic< char32_t > | Char32_t类型的原子特化 |
| Catomic_base< char8_t > | |
| Catomic< char8_t > | Char8_t类型的原子特化 |
| Catomic_base< int > | |
| Catomic< int > | Int类型的原子特化 |
| Catomic_base< long > | |
| Catomic< long > | Long类型的原子特化 |
| Catomic_base< long long > | |
| Catomic< long long > | Long long类型的原子特化 |
| Catomic_base< short > | |
| Catomic< short > | Short类型的原子特化 |
| Catomic_base< signed char > | |
| Catomic< signed char > | Signed char类型的原子特化 |
| Catomic_base< T * > | 指针类型的原子操作特化 |
| Catomic< T * > | 指针类型的原子特化 |
| Catomic_base< unsigned char > | |
| Catomic< unsigned char > | Unsigned char类型的原子特化 |
| Catomic_base< unsigned int > | |
| Catomic< unsigned int > | Unsigned int类型的原子特化 |
| Catomic_base< unsigned long > | |
| Catomic< unsigned long > | Unsigned long类型的原子特化 |
| Catomic_base< unsigned long long > | |
| Catomic< unsigned long long > | Unsigned long long类型的原子特化 |
| Catomic_base< unsigned short > | |
| Catomic< unsigned short > | Unsigned short类型的原子特化 |
| Catomic_base< wchar_t > | |
| Catomic< wchar_t > | Wchar_t类型的原子特化 |
| Catomic_flag | 原子标志 |
| Catomic_float_base< Float > | 浮点数原子操作基础类 |
| Catomic_float_base< double > | |
| Catomic< double > | Double类型的原子特化 |
| Catomic_float_base< float > | |
| Catomic< float > | Float类型的原子特化 |
| Catomic_float_base< long double > | |
| Catomic< long double > | Long double类型的原子特化 |
| Catomic_futex< WaiterBit > | 原子快速用户态互斥锁类模板 |
| Catomic_ref_base< T, IsIntegral, IsFloatingPoint > | 原子引用基础模板类 |
| Catomic< T & > | 引用类型的原子特化 |
| Catomic_ref_base< Float, false, true > | 浮点类型的原子引用特化 |
| Catomic_ref_base< T, false, false > | 通用类型的原子引用特化 |
| Catomic_ref_base< T, true, false > | 整数类型的原子引用特化 |
| Catomic_semaphore< LeastMaxValue > | 原子信号量类模板 |
| Ctask< T >::awaiter | 任务等待器 |
| Cback_insert_iterator< Container > | 尾部插入迭代器 |
| Cbarrier< CmplFunc > | 通用屏障类 |
| Cbase64 | Base64编解码结构体 |
| Cbase_char_traits< CharT, IntT > | 基础字符特征模板 |
| Cchar_traits< char > | Char类型的特化 |
| Cchar_traits< char16_t > | Char16_t类型的特化 |
| Cchar_traits< char32_t > | Char32_t类型的特化 |
| Cchar_traits< char8_t > | Char8_t类型的特化 |
| Cchar_traits< wchar_t > | Wchar_t类型的特化 |
| Cnarrow_char_traits< CharT, IntT > | 窄字符特征模板 |
| Cbase_char_traits< char, int32_t > | |
| Cnarrow_char_traits< char, int32_t > | |
| Cchar_traits< char > | Char类型的特化 |
| Cbase_char_traits< char16_t, uint32_t > | |
| Cchar_traits< char16_t > | Char16_t类型的特化 |
| Cbase_char_traits< char32_t, uint32_t > | |
| Cchar_traits< char32_t > | Char32_t类型的特化 |
| Cbase_char_traits< char8_t, uint32_t > | |
| Cnarrow_char_traits< char8_t, uint32_t > | |
| Cchar_traits< char8_t > | Char8_t类型的特化 |
| Cbase_char_traits< CharT, int64_t > | |
| Cchar_traits< CharT > | 字符特征模板 |
| Cbase_char_traits< wchar_t, uint32_t > | |
| Cchar_traits< wchar_t > | Wchar_t类型的特化 |
| Cbasic_timer< Clock > | 基本定时器 |
| Cbig_add< High1, Low1, High2, Low2 > | 无符号大整数加法 |
| Cbig_div< NumHigh, NumLow, Den > | 大整数除法 |
| Cbig_less< High1, Low1, High2, Low2 > | 比较两个由高位和低位部分组成的无符号大整数 |
| Cbig_mul< X, Y > | 无符号大整数乘法 |
| Cbig_sub< High1, Low1, High2, Low2 > | 无符号大整数减法 |
| Cfile_diff::binary_diff_entry | 二进制差异条目 |
| Cbinary_function< Arg1, Arg2, Result > | 二元函数适配器基类 |
| Cbind_helper< IntLike, Func, BoundArgs > | Bind辅助类型推导器 |
| Cbinder< Sign > | 通用函数绑定器 |
| Cbinder< Func(BoundArgs...)> | 通用函数绑定器的部分特化 |
| Cbinder_front< Func, BoundArgs > | 前向参数绑定器 |
| Cbindr_helper< Res, Func, BoundArgs > | 指定返回类型的bind辅助类型推导器 |
| Cbindrer< Res, Sign > | 指定返回类型的函数绑定器 |
| Cbindrer< Res, Func(BoundArgs...)> | 指定返回类型的函数绑定器部分特化 |
| Cbloom_filter< T, Hash > | 布隆过滤器 |
| Cbuild_index_tuple< Num > | 构建指定长度的索引元组 |
| Ccall_wrapper< Types > | 延迟调用包装器 |
| Ccancellation_token | 取消令牌 |
| Ccancellation_token::check_awaiter | 取消检查等待器 |
| Cfile::chunk_info | 文件块信息 |
| Cclick | 计时器结构 |
| Ccmdline | 命令行参数解析器 |
| Ccodepoint | Unicode码点包装类 |
| Ccommon_reference< Types > | 查找多个类型的公共引用类型 |
| Ccommon_type< Types > | 查找多个类型的公共类型 |
| Ccompressed_pair< inner::extent_storage< dynamic_extent >, pointer > | |
| Ccondition_variable | 条件变量类 |
| Cconditional< Test, T1, T2 > | 条件选择类型 |
| Cdns_client::config | DNS客户端配置 |
| Chttp_client::config | HTTP客户端配置 |
| Cconjunction< Args > | 类型集合的逻辑与操作 |
| Cconjunction< disjunction< disjunction< is_same< U, pointer >, is_same< U, nullptr_t > >, conjunction< is_pointer< U >, is_same< pointer, element_type * >, is_convertible< remove_pointer_t< U >(*)[], element_type(*)[]> > > > | |
| Cconjunction< is_array< U >, is_same< pointer, element_type * >, is_same< UP_pointer, UP_element_type * >, is_convertible< UP_element_type(*)[], element_type(*)[]> > | |
| Cconjunction< is_convertible< typename unique_ptr< U, E >::pointer, pointer >, negation< is_array< U > > > | |
| Cconjunction< is_destructible< T >, bool_constant< __has_trivial_destructor(T)> > | |
| Cis_trivially_destructible< T > | 判断类型是否可平凡析构 |
| Cconnection | 连接句柄 |
| Csys_console::console_size | 控制台尺寸结构 |
| Ccoroutine_traits< Res, Args > | 协程特征主模板 |
| Csysinfo::CPU_info | CPU信息 |
| Cdatabase_pool | 数据库连接池类 |
| Cdb_config | 数据库连接配置结构 |
| Cdecay< T > | 模拟函数参数传递中的类型退化 |
| Cdefault_construct_tag | 默认构造标签 |
| Cdefault_delete< T > | 默认删除器 |
| Cdefault_delete< T[]> | 数组特化的默认删除器 |
| Cdefault_spin_policy | 默认自旋策略 |
| Cdefer_lock_tag | 延迟锁定标签 |
| Cdeque< coroutine_handle<> > | |
| Cdeque< vector< byte_t > > | |
| Cdisjunction< Args > | 类型集合的逻辑或操作 |
| Cdisjunction< is_assignable< T &, const optional< U > & >, is_assignable< T &, optional< U > & >, is_assignable< T &, const optional< U > && >, is_assignable< T &, optional< U > && > > | |
| Cdisjunction< is_constructible< T, const optional< U > & >, is_constructible< T, optional< U > & >, is_constructible< T, const optional< U > && >, is_constructible< T, optional< U > && >, is_convertible< const optional< U > &, T >, is_convertible< optional< U > &, T >, is_convertible< const optional< U > &&, T >, is_convertible< optional< U > &&, T > > | |
| Cdisjunction< is_constructible< T, expected< U, Err > & >, is_constructible< T, expected< U, Err > >, is_constructible< T, const expected< U, Err > & >, is_constructible< T, const expected< U, Err > >, is_convertible< expected< U, Err > &, T >, is_convertible< expected< U, Err >, T >, is_convertible< const expected< U, Err > &, T >, is_convertible< const expected< U, Err >, T >, is_constructible< UE, expected< U, Err > & >, is_constructible< UE, expected< U, Err > >, is_constructible< UE, const expected< U, Err > & >, is_constructible< UE, const expected< U, Err > > > | |
| Cdisjunction< is_convertible< U &, T & >, is_convertible< const U &, T & > > | |
| Cdivides< T > | 除法运算仿函数 |
| Cdivides< void > | Divides的void特化,支持透明操作 |
| Cdns_client | DNS客户端类 |
| Cdns_header | DNS消息头部结构 |
| Cdns_query_result | DNS查询结果结构 |
| Cdns_record | DNS资源记录结构 |
| Cduration< Rep, Period > | 持续时间类模板 |
| Cdynamic_library | 动态链接库加载器 |
| Cexception_ptr::ecb | 异常控制块 |
| Cempty_completion | 空完成函数 |
| Cenable_if< Test, T > | 条件启用模板 |
| Cenable_shared_from_this< T > | 启用从this创建共享指针的基类 |
| Cenable_shared_from_this< node > | |
| Cpath_tree::node | 路径树节点 |
| Cenable_shared_from_this< websocket_session > | |
| Cwebsocket_session | WebSocket会话类 |
| Cendian | 端序转换工具结构体 |
| Cenv_builder | Env配置格式构建器 |
| Cenv_parser | 环境变量文件解析器 |
| Cenvironment | 环境变量管理类 |
| Cequal_to< T > | 相等比较仿函数 |
| Cequal_to< void > | Equal_to的void特化,支持透明操作 |
| Cexact_arg_construct_tag | 精确参数构造标签 |
| Cexception | 异常基类 |
| Cfuture_exception | 期望值操作异常 |
| Cmemory_exception | 内存操作异常 |
| Callocate_exception | 内存分配异常 |
| Citerator_exception | 指针或迭代器行为异常 |
| Coptional_exception | Optional访问异常 |
| Ctypecast_exception | 类型转换异常 |
| Canycast_exception | Any转换异常 |
| Cnetwork_exception | 网络操作或行为异常 |
| Cdns_exception | DNS异常类 |
| Cftp_exception | FTP操作异常 |
| Chttp_exception | HTTP操作异常 |
| Csmtp_exception | SMTP操作异常类 |
| Csocket_exception | Socket操作异常类 |
| Csystem_exception | 系统访问异常 |
| Ccmdline_exception | 命令行解析异常 |
| Cdevice_exception | 设备行为异常 |
| Cconsole_exception | 控制台行为异常 |
| Cdynamic_library_exception | 动态库操作异常 |
| Cfile_exception | 文件处理异常 |
| Clocale_exception | 区域设置操作异常 |
| Cpipe_exception | 管道操作异常 |
| Cprocess_exception | 进程操作异常 |
| Cshare_memory_exception | 共享内存操作异常 |
| Cthread_exception | 线程操作异常 |
| Cthirdparty_exception | 第三方操作异常 |
| Cdatabase_exception | 数据库行为异常 |
| Cdatabase_stmt_exception | 数据库处理语句操作异常 |
| Cdatabase_typecast_exception | 数据库数据类型转换异常 |
| Cneforce::lz4_exception | Lz4操作异常类 |
| Cssl_exception | SSL操作异常 |
| Czlib_exception | ZLib操作异常类 |
| Cvalue_exception | 变量处理异常 |
| Cenv_exception | Env格式操作失败 |
| Cini_exception | Ini格式操作失败 |
| Cjson_exception | Json格式操作失败 |
| Cmath_exception | 数学计算异常 |
| Cregex_exception | 正则操作异常 |
| Ctoml_exception | Toml格式操作失败 |
| Cexception_ptr | 异常指针类 |
| Cexception_wrapper | 异常包装器基类 |
| Ctyped_exception_wrapper< Ex > | 类型化异常包装器模板类 |
| Cfile | 文件操作类 |
| Cfile_async | 文件异步I/O管理类 |
| Cfile_diff | 文件比较与差异分析工具类 |
| Cfile_info | 文件属性与时间管理类 |
| Cfile_lock_guard | 文件区域锁守卫 |
| Cfile_locker | 文件区域锁管理类 |
| Cfile_mapper | 内存映射文件工具类 |
| Cfile_watcher | 文件系统监视器 |
| Cfilesystem | 文件系统操作工具类 |
| Ctask< T >::promise_type::final_awaiter | 最终等待器 |
| Cformat_options | 格式选项 |
| Cformatter< Number, Dummy > | 格式化器主模板 |
| Cformatter< bool > | 布尔类型的格式化器特化 |
| Cformatter< char * > | 非const C风格字符串的格式化器特化 |
| Cformatter< char > | 单个字符的格式化器特化 |
| Cformatter< const char * > | C风格字符串的格式化器特化 |
| Cformatter< nullptr_t > | Nullptr_t 格式化器 |
| Cformatter< string > | 字符串类型的格式化器特化 |
| Cformatter< string_view > | 字符串视图的格式化器特化 |
| Cformatter< T *, enable_if_t<!is_cstring_v< T * > > > | 指针格式化器 |
| Cformatter< T, enable_if_t< is_floating_point_v< T > > > | 浮点数类型的格式化器特化 |
| Cformatter< T, enable_if_t< is_standard_integral_v< T > &&is_signed_v< T > > > | 有符号整数类型的格式化器特化 |
| Cformatter< T, enable_if_t< is_standard_integral_v< T > &&is_unsigned_v< T > > > | 无符号整数类型的格式化器特化 |
| Cfront_insert_iterator< Container > | 头部插入迭代器 |
| Cfunction< Sign > | 函数包装器主模板声明 |
| Cfunction< Res(Args...)> | 通用函数包装器类模板 |
| Cfuture< Res > | 独占future类模板 |
| Cfuture< Res & > | 引用类型的future特化 |
| Cfuture< T > | |
| Cfuture< void > | Void类型的future特化 |
| Cfuture_result< T > | Future结果类型转换 |
| Cfuture_result< void > | Void类型的future结果转换特化 |
| Cgenerator< T > | 懒序列生成器 |
| Cget_difference_type< T, Dummy > | 获取分配器的差值类型 |
| Cget_first_para< Types > | 提取参数列表的第一个类型参数 |
| Cget_first_temp_para< T > | 提取模板的第一个类型参数 |
| Cget_pointer_type< T, Dummy > | 获取分配器的指针类型 |
| Cget_ptr_difference< T, Dummy > | 获取指针的差值类型 |
| Cget_rebind_type< T, U, Dummy > | 获取指针的重新绑定类型 |
| Cget_size_type< T, Dummy > | 获取分配器的大小类型 |
| Cgreater< T > | 大于比较仿函数 |
| Cgreater< void > | Greater的void特化,支持透明操作 |
| Cgreater_equal< T > | 大于等于比较仿函数 |
| Cgreater_equal< void > | Greater_equal的void特化,支持透明操作 |
| Chas_construct< Alloc, T, Args > | 判断分配器是否具有construct成员函数 |
| Chash< Key, Dummy > | 哈希函数的主模板 |
| Chash< coroutine_handle< Promise > > | Coroutine_handle的哈希特化 |
| Chash< shared_ptr< T > > | Shared_ptr的哈希特化 |
| Chash< T * > | 指针类型的哈希特化 |
| Chash< T, enable_if_t< is_base_of< ihashable< T >, T >::value > > | Ihashable的哈希特化 |
| Chash< T, enable_if_t< is_enum_v< T > > > | 枚举类型的哈希特化 |
| Chash< unique_ptr< T, Deleter > > | Unique_ptr的哈希特化 |
| Chashtable_node< T > | 哈希表节点 |
| Chazard_pointer | 险象指针句柄 |
| Chazard_pointer_domain | 险象指针域 |
| Chazard_pointer_holder< T > | 持有特定类型指针的险象指针包装 |
| Chazard_pointer_obj_base | 险象指针对象基类 |
| Chazard_pointer_obj< T, Deleter > | 险象指针对象模板 |
| Chazard_pointer_record | 险象指针记录 |
| Cthread::hook | 线程生命周期钩子 |
| Chttp_client | HTTP客户端类 |
| Chttp_client_request | HTTP客户端请求结构 |
| Chttp_client_response | HTTP客户端响应结构 |
| Chttp_filter | HTTP过滤器基类 |
| Cauthentication_filter | 认证过滤器 |
| Ccors_filter | CORS跨域过滤器 |
| Clogging_filter | 日志记录过滤器 |
| Crate_limit_filter | 限流过滤器 |
| Cstatic_file_filter | 静态文件服务过滤器 |
| Chttp_filter_chain | HTTP过滤器链 |
| Chttp_router | HTTP路由器类 |
| Chttp_server | HTTP/HTTPS服务器类 |
| Ciarithmetic< T > | 算术运算接口基类 |
| Cipackage< integer8, int8_t > | |
| Cinteger8 | 8位整数包装类 |
| Cipackage< integer16, int16_t > | |
| Cinteger16 | 16位整数包装类 |
| Cipackage< integer32, int32_t > | |
| Cinteger32 | 32位整数包装类 |
| Cipackage< integer64, int64_t > | |
| Cinteger64 | 64位整数包装类 |
| Cipackage< uinteger8, uint8_t > | |
| Cuinteger8 | 无符号8位整数包装类 |
| Cipackage< uinteger16, uint16_t > | |
| Cuinteger16 | 无符号16位整数包装类 |
| Cipackage< uinteger32, uint32_t > | |
| Cuinteger32 | 无符号32位整数包装类 |
| Cipackage< uinteger64, uint64_t > | |
| Cuinteger64 | 无符号64位整数包装类 |
| Cipackage< float32, float32_t > | |
| Cfloat32 | 32位浮点数包装类 |
| Cipackage< float64, float64_t > | |
| Cfloat64 | 64位浮点数包装类 |
| Cipackage< decimal, decimal_t > | |
| Cdecimal | 长双精度浮点数包装类 |
| Cipackage< T, CharT > | |
| Cicharacter< T, CharT > | 字符类型接口 |
| Cipackage< T, PackageT > | 基础数值包装接口 |
| Cicharacter< character, char > | |
| Ccharacter | Char类型包装类 |
| Cicharacter< wcharacter, wchar_t > | |
| Cwcharacter | Wchar_t类型包装类 |
| Cicharacter< u8character, char8_t > | |
| Cu8character | Char8_t类型包装类 |
| Cicharacter< u16character, char16_t > | |
| Cu16character | Char16_t类型包装类 |
| Cicharacter< u32character, char32_t > | |
| Cu32character | Char32_t类型包装类 |
| Ciarithmetic< boolean > | |
| Cipackage< boolean, bool > | |
| Cboolean | 布尔值包装类 |
| Ciarithmetic< hexadecimal > | |
| Cipackage< hexadecimal, int64_t > | |
| Chexadecimal | 十六进制数值包装类 |
| Ciarithmetic< timestamp > | |
| Cipackage< timestamp, int64_t > | |
| Ctimestamp | 时间戳类 |
| Cibinary< T > | 位运算接口基类 |
| Cipackage< integer8, int8_t > | |
| Cipackage< integer16, int16_t > | |
| Cipackage< integer32, int32_t > | |
| Cipackage< integer64, int64_t > | |
| Cipackage< uinteger8, uint8_t > | |
| Cipackage< uinteger16, uint16_t > | |
| Cipackage< uinteger32, uint32_t > | |
| Cipackage< uinteger64, uint64_t > | |
| Cipackage< float32, float32_t > | |
| Cipackage< float64, float64_t > | |
| Cipackage< decimal, decimal_t > | |
| Cipackage< T, CharT > | |
| Cipackage< T, PackageT > | 基础数值包装接口 |
| Cibinary< bitset< N > > | |
| Cbitset< N > | 固定大小的位集 |
| Cibinary< boolean > | |
| Cipackage< boolean, bool > | |
| Cibinary< hexadecimal > | |
| Cipackage< hexadecimal, int64_t > | |
| Cibinary< timestamp > | |
| Cipackage< timestamp, int64_t > | |
| Cicmp_header | ICMP头部结构定义 |
| Cicomparable< T > | 可比较对象接口模板 |
| Cicollector< array< T, Size > > | |
| Carray< T, 0 > | 大小为0的数组特化 |
| Carray< T, Size > | 固定大小数组容器 |
| Cicollector< array< T, 0 > > | |
| Carray< T, 0 > | 大小为0的数组特化 |
| Cicollector< deque< T, allocator< T > > > | |
| Cicollector< priority_queue< T, vector< T >, less< typename vector< T >::value_type > > > | |
| Cicollector< queue< T, deque< T > > > | |
| Cicollector< stack< T, deque< T > > > | |
| Cicollector< vector< T, allocator< T > > > | |
| Cicollector< rb_tree< Key, pair< const Key, T >, select1st< pair< const Key, T > >, less< Key >, allocator< rb_tree_node< pair< const Key, T > > > > > | |
| Crb_tree< Key, pair< const Key, T >, select1st< pair< const Key, T > >, less< Key >, allocator< rb_tree_node< pair< const Key, T > > > > | |
| Cicollector< hashtable< pair< const T *, stacktrace >, T *, hash< T * >, select1st< pair< const T *, stacktrace > >, equal_to< T * >, allocator< hashtable_node< pair< const T *, stacktrace > > > > > | |
| Chashtable< pair< const T *, stacktrace >, T *, hash< T * >, select1st< pair< const T *, stacktrace > >, equal_to< T * >, allocator< hashtable_node< pair< const T *, stacktrace > > > > | |
| Cicollector< hashtable< pair< const Key, T >, Key, hash< Key >, select1st< pair< const Key, T > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, T > > > > > | |
| Chashtable< pair< const Key, T >, Key, hash< Key >, select1st< pair< const Key, T > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, T > > > > | |
| Cicommon< compressed_pair< IfEmpty, T, is_empty_v< IfEmpty > &&!is_final_v< IfEmpty > > > | |
| Cicommon< compressed_pair< IfEmpty, T, false > > | |
| Ccompressed_pair< IfEmpty, T, false > | 压缩对特化,未启用EBCO优化 |
| Cicommon< optional< T > > | |
| Coptional< T & > | 引用可选值类模板 |
| Coptional< T > | 可选值类 |
| Cicommon< optional< T & > > | |
| Coptional< T & > | 引用可选值类模板 |
| Cicollector< T > | 集合器接口模板 |
| Cdeque< connection_entry > | |
| Cdeque< frame > | |
| Cdeque< log_event > | |
| Chashtable< pair< const Key, T >, Key, HashFcn, select1st< pair< const Key, T > >, EqualKey, Alloc > | |
| Chashtable< Value, Value, HashFcn, identity< Value >, EqualKey, Alloc > | |
| Cpriority_queue< priority_task > | |
| Cqueue< connection_entry > | |
| Cqueue< log_event > | |
| Crb_tree< Key, pair< const Key, T >, select1st< pair< const Key, T > >, Compare, Alloc > | |
| Crb_tree< Key, Key, identity< Key >, Compare, Alloc > | |
| Cstack< frame > | |
| Cvector< byte_t > | |
| Cvector< ptr > | |
| Cconst_iterator< string > | |
| Cvector< cmdline::option > | |
| Cvector< dns_record > | |
| Cvector< aiocb_type * > | |
| Cvector< char > | |
| Cvector< http_cookie > | |
| Cvector< route_entry > | |
| Cvector< part > | |
| Cvector< meta_type * > | |
| Cvector<::MYSQL_BIND > | |
| Cvector< const char * > | |
| Cvector< int > | |
| Cvector< match_result > | |
| Cvector< slot_entry > | |
| Cvector< pending_signal > | |
| Cvector< stacktrace::frame > | |
| Cvector< thread > | |
| Cvector< priority_task > | |
| Cvector< context > | |
| Cvector< hashtable_node< pair< const T *, stacktrace > > > | |
| Cvector< hashtable_node< pair< const Key, T > > > | |
| Cvector< indent_context > | |
| Cdeque< T, Alloc, BufSize > | 双端队列容器 |
| Cpriority_queue< T, Sequence, Compare > | 优先队列容器适配器 |
| Cqueue< T, Sequence > | 队列容器适配器 |
| Cstack< T, Sequence > | 栈容器适配器 |
| Cvector< T, Alloc > | 动态大小数组容器 |
| Cicommon< T > | 通用接口,同时具备可比较和可哈希功能 |
| Cbasic_string< char > | |
| Cbasic_string< wchar_t > | |
| Cbasic_string< char8_t > | |
| Cbasic_string< char16_t > | |
| Cbasic_string< char32_t > | |
| Cbasic_string_view< typename Traits::char_type, Traits > | |
| Cbasic_string_view< char > | |
| Cbasic_string_view< wchar_t > | |
| Cbasic_string_view< char8_t > | |
| Cbasic_string_view< char16_t > | |
| Cbasic_string_view< char32_t > | |
| Ccompressed_pair< allocator_type, pointer > | |
| Ccompressed_pair< allocator_type, size_type > | |
| Ccompressed_pair< standard_allocator, size_t > | |
| Ccompressed_pair< allocator_type, float > | |
| Ccompressed_pair< IfEmpty, T, false > | 压缩对特化,未启用EBCO优化 |
| Ccompressed_pair< map_allocator, map_pointer > | |
| Ccompressed_pair< allocator_type, size_t > | |
| Ccompressed_pair< Func, bool > | |
| Ccompressed_pair< Func, int > | |
| Cipackage< integer8, int8_t > | |
| Cipackage< integer16, int16_t > | |
| Cipackage< integer32, int32_t > | |
| Cipackage< integer64, int64_t > | |
| Cipackage< uinteger8, uint8_t > | |
| Cipackage< uinteger16, uint16_t > | |
| Cipackage< uinteger32, uint32_t > | |
| Cipackage< uinteger64, uint64_t > | |
| Cipackage< float32, float32_t > | |
| Cipackage< float64, float64_t > | |
| Cipackage< decimal, decimal_t > | |
| Cipackage< T, CharT > | |
| Cpair< const Key, T > | |
| Cbasic_string< CharT, Traits, Alloc > | 基础字符串模板 |
| Ccompressed_pair< IfEmpty, T, Compressed > | 压缩对主模板,使用EBCO优化 |
| Cipackage< T, PackageT > | 基础数值包装接口 |
| Cicomparable< array< block_type, Size > > | |
| Cicollector< array< block_type, Size > > | |
| Carray< block_type, block_count > | |
| Cicomparable< array< byte_t, Size > > | |
| Cicollector< array< byte_t, Size > > | |
| Carray< byte_t, MAC_LEN > | |
| Carray< byte_t, 64 > | |
| Carray< byte_t, 16 > | |
| Cicomparable< array< function< void()>, Size > > | |
| Cicollector< array< function< void()>, Size > > | |
| Carray< function< void()>, queue_size > | |
| Cicomparable< basic_string< CharT, char_traits< CharT >, allocator< CharT > > > | |
| Cicommon< basic_string< CharT, char_traits< CharT >, allocator< CharT > > > | |
| Cicomparable< basic_string_view< CharT, Traits > > | |
| Cicommon< basic_string_view< CharT, Traits > > | |
| Cbasic_string_view< CharT, Traits > | 基本字符串视图模板 |
| Cicomparable< bit_reference > | |
| Cicommon< bit_reference > | |
| Cbit_reference | 位引用类 |
| Cicomparable< bitmap > | |
| Cicollector< bitmap > | |
| Cbitmap | 位图容器 |
| Cicomparable< bitset< N > > | |
| Cicommon< bitset< N > > | |
| Cbitset< N > | 固定大小的位集 |
| Cicomparable< boolean > | |
| Cicommon< boolean > | |
| Cipackage< boolean, bool > | |
| Cicomparable< byte_size > | |
| Cicommon< byte_size > | |
| Cbyte_size | 字节大小类 |
| Cicomparable< color > | |
| Cicommon< color > | |
| Ccolor | RGB颜色类 |
| Cicomparable< compressed_pair< allocator_type, float, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, float, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicomparable< compressed_pair< allocator_type, pointer, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, pointer, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicomparable< compressed_pair< allocator_type, size_t, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, size_t, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicomparable< compressed_pair< allocator_type, size_type, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, size_type, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicomparable< compressed_pair< Func, bool, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cicommon< compressed_pair< Func, bool, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cicomparable< compressed_pair< Func, int, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cicommon< compressed_pair< Func, int, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cicomparable< compressed_pair< map_allocator, map_pointer, is_empty_v< map_allocator > &&!is_final_v< map_allocator > > > | |
| Cicommon< compressed_pair< map_allocator, map_pointer, is_empty_v< map_allocator > &&!is_final_v< map_allocator > > > | |
| Cicomparable< compressed_pair< standard_allocator, size_t, is_empty_v< standard_allocator > &&!is_final_v< standard_allocator > > > | |
| Cicommon< compressed_pair< standard_allocator, size_t, is_empty_v< standard_allocator > &&!is_final_v< standard_allocator > > > | |
| Cicomparable< date > | |
| Cicommon< date > | |
| Cdate | 日期类 |
| Cicomparable< datetime > | |
| Cicommon< datetime > | |
| Cdatetime | 日期时间类 |
| Cicomparable< deque< connection_entry, allocator< connection_entry > > > | |
| Cicollector< deque< connection_entry, allocator< connection_entry > > > | |
| Cicomparable< deque< frame, allocator< frame > > > | |
| Cicollector< deque< frame, allocator< frame > > > | |
| Cicomparable< deque< log_event, allocator< log_event > > > | |
| Cicollector< deque< log_event, allocator< log_event > > > | |
| Cicomparable< error_category > | |
| Cicomparable< error_code > | |
| Cicommon< error_code > | |
| Cicomparable< error_condition > | |
| Cicomparable< hashtable< pair< const aiocb_type *, async_context * >, aiocb_type *, hash< aiocb_type * >, select1st< pair< const aiocb_type *, async_context * > >, equal_to< aiocb_type * >, allocator< hashtable_node< pair< const aiocb_type *, async_context * > > > > > | |
| Cicollector< hashtable< pair< const aiocb_type *, async_context * >, aiocb_type *, hash< aiocb_type * >, select1st< pair< const aiocb_type *, async_context * > >, equal_to< aiocb_type * >, allocator< hashtable_node< pair< const aiocb_type *, async_context * > > > > > | |
| Chashtable< pair< const aiocb_type *, async_context * >, aiocb_type *, hash< aiocb_type * >, select1st< pair< const aiocb_type *, async_context * > >, equal_to< aiocb_type * >, allocator< hashtable_node< pair< const aiocb_type *, async_context * > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, basic_string< char > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, basic_string< char > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, basic_string< char > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, basic_string< char > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, basic_string< char > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, basic_string< char > > > > > > | |
| Chashtable< pair< const basic_string< char >, basic_string< char > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, basic_string< char > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, basic_string< char > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, cmdline::option * >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, cmdline::option * > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, cmdline::option * > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, cmdline::option * >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, cmdline::option * > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, cmdline::option * > > > > > | |
| Chashtable< pair< const basic_string< char >, cmdline::option * >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, cmdline::option * > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, cmdline::option * > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, function< void(session_ptr)> >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, function< void(session_ptr)> > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, function< void(session_ptr)> > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, function< void(session_ptr)> >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, function< void(session_ptr)> > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, function< void(session_ptr)> > > > > > | |
| Chashtable< pair< const basic_string< char >, function< void(session_ptr)> >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, function< void(session_ptr)> > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, function< void(session_ptr)> > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, http_content >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_content > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_content > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, http_content >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_content > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_content > > > > > | |
| Chashtable< pair< const basic_string< char >, http_content >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_content > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_content > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, http_cookie >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_cookie > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_cookie > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, http_cookie >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_cookie > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_cookie > > > > > | |
| Chashtable< pair< const basic_string< char >, http_cookie >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_cookie > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_cookie > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, http_session >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_session > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_session > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, http_session >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_session > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_session > > > > > | |
| Chashtable< pair< const basic_string< char >, http_session >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, http_session > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, http_session > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > > > > | |
| Chashtable< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, rate_limit_info >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, rate_limit_info > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, rate_limit_info > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, rate_limit_info >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, rate_limit_info > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, rate_limit_info > > > > > | |
| Chashtable< pair< const basic_string< char >, rate_limit_info >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, rate_limit_info > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, rate_limit_info > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, shared_ptr< yaml_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, shared_ptr< yaml_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, shared_ptr< yaml_value > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, shared_ptr< yaml_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, shared_ptr< yaml_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, shared_ptr< yaml_value > > > > > > | |
| Chashtable< pair< const basic_string< char >, shared_ptr< yaml_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, shared_ptr< yaml_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, shared_ptr< yaml_value > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< dynamic_library > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< dynamic_library > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< dynamic_library > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< dynamic_library > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< dynamic_library > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< dynamic_library > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< dynamic_library > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< dynamic_library > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< dynamic_library > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< env_variable > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< env_variable > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< env_variable > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< env_variable > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< env_variable > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< env_variable > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< env_variable > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< env_variable > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< env_variable > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< ini_property > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< ini_property > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_property > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< ini_property > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< ini_property > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_property > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< ini_property > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< ini_property > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_property > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< ini_section > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< ini_section > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_section > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< ini_section > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< ini_section > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_section > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< ini_section > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< ini_section > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_section > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< json_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< json_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< json_value > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< json_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< json_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< json_value > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< json_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< json_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< json_value > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< meta_function > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< meta_function > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_function > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< meta_function > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< meta_function > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_function > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< meta_function > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< meta_function > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_function > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< meta_property > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< meta_property > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_property > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< meta_property > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< meta_property > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_property > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< meta_property > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< meta_property > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_property > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, unique_ptr< toml_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< toml_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< toml_value > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, unique_ptr< toml_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< toml_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< toml_value > > > > > > | |
| Chashtable< pair< const basic_string< char >, unique_ptr< toml_value > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, unique_ptr< toml_value > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, unique_ptr< toml_value > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, vector< basic_string< char > > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, vector< basic_string< char > > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, vector< basic_string< char > > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, vector< basic_string< char > > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, vector< basic_string< char > > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, vector< basic_string< char > > > > > > > | |
| Chashtable< pair< const basic_string< char >, vector< basic_string< char > > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, vector< basic_string< char > > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, vector< basic_string< char > > > > > > | |
| Cicomparable< hashtable< pair< const basic_string< char >, vector< route_entry > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, vector< route_entry > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, vector< route_entry > > > > > > | |
| Cicollector< hashtable< pair< const basic_string< char >, vector< route_entry > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, vector< route_entry > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, vector< route_entry > > > > > > | |
| Chashtable< pair< const basic_string< char >, vector< route_entry > >, basic_string< char >, hash< basic_string< char > >, select1st< pair< const basic_string< char >, vector< route_entry > > >, equal_to< basic_string< char > >, allocator< hashtable_node< pair< const basic_string< char >, vector< route_entry > > > > > | |
| Cicomparable< hashtable< pair< const char, cmdline::option * >, char, hash< char >, select1st< pair< const char, cmdline::option * > >, equal_to< char >, allocator< hashtable_node< pair< const char, cmdline::option * > > > > > | |
| Cicollector< hashtable< pair< const char, cmdline::option * >, char, hash< char >, select1st< pair< const char, cmdline::option * > >, equal_to< char >, allocator< hashtable_node< pair< const char, cmdline::option * > > > > > | |
| Chashtable< pair< const char, cmdline::option * >, char, hash< char >, select1st< pair< const char, cmdline::option * > >, equal_to< char >, allocator< hashtable_node< pair< const char, cmdline::option * > > > > | |
| Cicomparable< hashtable< pair< const id_type, unique_ptr< lazy_thread > >, id_type, hash< id_type >, select1st< pair< const id_type, unique_ptr< lazy_thread > > >, equal_to< id_type >, allocator< hashtable_node< pair< const id_type, unique_ptr< lazy_thread > > > > > > | |
| Cicollector< hashtable< pair< const id_type, unique_ptr< lazy_thread > >, id_type, hash< id_type >, select1st< pair< const id_type, unique_ptr< lazy_thread > > >, equal_to< id_type >, allocator< hashtable_node< pair< const id_type, unique_ptr< lazy_thread > > > > > > | |
| Chashtable< pair< const id_type, unique_ptr< lazy_thread > >, id_type, hash< id_type >, select1st< pair< const id_type, unique_ptr< lazy_thread > > >, equal_to< id_type >, allocator< hashtable_node< pair< const id_type, unique_ptr< lazy_thread > > > > > | |
| Cicomparable< hashtable< pair< const id_type, worker_context >, id_type, hash< id_type >, select1st< pair< const id_type, worker_context > >, equal_to< id_type >, allocator< hashtable_node< pair< const id_type, worker_context > > > > > | |
| Cicollector< hashtable< pair< const id_type, worker_context >, id_type, hash< id_type >, select1st< pair< const id_type, worker_context > >, equal_to< id_type >, allocator< hashtable_node< pair< const id_type, worker_context > > > > > | |
| Chashtable< pair< const id_type, worker_context >, id_type, hash< id_type >, select1st< pair< const id_type, worker_context > >, equal_to< id_type >, allocator< hashtable_node< pair< const id_type, worker_context > > > > | |
| Cicomparable< hashtable< pair< const Key, list_iterator >, Key, hash< Key >, select1st< pair< const Key, list_iterator > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, list_iterator > > > > > | |
| Cicollector< hashtable< pair< const Key, list_iterator >, Key, hash< Key >, select1st< pair< const Key, list_iterator > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, list_iterator > > > > > | |
| Chashtable< pair< const Key, list_iterator >, Key, hash< Key >, select1st< pair< const Key, list_iterator > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, list_iterator > > > > | |
| Cicomparable< hashtable< pair< const Key, time_point >, Key, hash< Key >, select1st< pair< const Key, time_point > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, time_point > > > > > | |
| Cicollector< hashtable< pair< const Key, time_point >, Key, hash< Key >, select1st< pair< const Key, time_point > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, time_point > > > > > | |
| Chashtable< pair< const Key, time_point >, Key, hash< Key >, select1st< pair< const Key, time_point > >, equal_to< Key >, allocator< hashtable_node< pair< const Key, time_point > > > > | |
| Cicomparable< hashtable< pair< const signal_event, function< bool(signal_event, void *)> >, signal_event, hash< signal_event >, select1st< pair< const signal_event, function< bool(signal_event, void *)> > >, equal_to< signal_event >, allocator< hashtable_node< pair< const signal_event, function< bool(signal_event, void *)> > > > > > | |
| Cicollector< hashtable< pair< const signal_event, function< bool(signal_event, void *)> >, signal_event, hash< signal_event >, select1st< pair< const signal_event, function< bool(signal_event, void *)> > >, equal_to< signal_event >, allocator< hashtable_node< pair< const signal_event, function< bool(signal_event, void *)> > > > > > | |
| Chashtable< pair< const signal_event, function< bool(signal_event, void *)> >, signal_event, hash< signal_event >, select1st< pair< const signal_event, function< bool(signal_event, void *)> > >, equal_to< signal_event >, allocator< hashtable_node< pair< const signal_event, function< bool(signal_event, void *)> > > > > | |
| Cicomparable< hashtable< pair< const type_id, unique_ptr< meta_type > >, type_id, hash< type_id >, select1st< pair< const type_id, unique_ptr< meta_type > > >, equal_to< type_id >, allocator< hashtable_node< pair< const type_id, unique_ptr< meta_type > > > > > > | |
| Cicollector< hashtable< pair< const type_id, unique_ptr< meta_type > >, type_id, hash< type_id >, select1st< pair< const type_id, unique_ptr< meta_type > > >, equal_to< type_id >, allocator< hashtable_node< pair< const type_id, unique_ptr< meta_type > > > > > > | |
| Chashtable< pair< const type_id, unique_ptr< meta_type > >, type_id, hash< type_id >, select1st< pair< const type_id, unique_ptr< meta_type > > >, equal_to< type_id >, allocator< hashtable_node< pair< const type_id, unique_ptr< meta_type > > > > > | |
| Cicomparable< hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc > > | |
| Cicollector< hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc > > | |
| Chashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc > | 哈希表容器 |
| Cicomparable< hashtable< Value, Value, hash< Value >, identity< Value >, equal_to< Value >, allocator< hashtable_node< Value > > > > | |
| Cicollector< hashtable< Value, Value, hash< Value >, identity< Value >, equal_to< Value >, allocator< hashtable_node< Value > > > > | |
| Chashtable< Value, Value, hash< Value >, identity< Value >, equal_to< Value >, allocator< hashtable_node< Value > > > | |
| Cicomparable< hexadecimal > | |
| Cicommon< hexadecimal > | |
| Cipackage< hexadecimal, int64_t > | |
| Cicomparable< none_t > | |
| Cicommon< none_t > | |
| Cnone_t | 空状态类型 |
| Cicomparable< optional< regex > > | |
| Cicommon< optional< regex > > | |
| Coptional< regex > | |
| Cicomparable< optional< ssl_context > > | |
| Cicommon< optional< ssl_context > > | |
| Coptional< ssl_context > | |
| Cicomparable< optional< ssl_stream > > | |
| Cicommon< optional< ssl_stream > > | |
| Coptional< ssl_stream > | |
| Cicomparable< optional< virtual_thread_task > > | |
| Cicommon< optional< virtual_thread_task > > | |
| Coptional< virtual_thread_task > | |
| Cicomparable< pair< const aiocb_type *, async_context * > > | |
| Cicommon< pair< const aiocb_type *, async_context * > > | |
| Cpair< const aiocb_type *, async_context * > | |
| Cicomparable< pair< const basic_string< char >, basic_string< char > > > | |
| Cicommon< pair< const basic_string< char >, basic_string< char > > > | |
| Cpair< const basic_string< char >, basic_string< char > > | |
| Cicomparable< pair< const basic_string< char >, cmdline::option * > > | |
| Cicommon< pair< const basic_string< char >, cmdline::option * > > | |
| Cpair< const basic_string< char >, cmdline::option * > | |
| Cicomparable< pair< const basic_string< char >, function< void(session_ptr)> > > | |
| Cicommon< pair< const basic_string< char >, function< void(session_ptr)> > > | |
| Cpair< const basic_string< char >, function< void(session_ptr)> > | |
| Cicomparable< pair< const basic_string< char >, http_content > > | |
| Cicommon< pair< const basic_string< char >, http_content > > | |
| Cpair< const basic_string< char >, http_content > | |
| Cicomparable< pair< const basic_string< char >, http_cookie > > | |
| Cicommon< pair< const basic_string< char >, http_cookie > > | |
| Cpair< const basic_string< char >, http_cookie > | |
| Cicomparable< pair< const basic_string< char >, http_session > > | |
| Cicommon< pair< const basic_string< char >, http_session > > | |
| Cpair< const basic_string< char >, http_session > | |
| Cicomparable< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > | |
| Cicommon< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > | |
| Cpair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > | |
| Cicomparable< pair< const basic_string< char >, rate_limit_info > > | |
| Cicommon< pair< const basic_string< char >, rate_limit_info > > | |
| Cpair< const basic_string< char >, rate_limit_info > | |
| Cicomparable< pair< const basic_string< char >, shared_ptr< yaml_value > > > | |
| Cicommon< pair< const basic_string< char >, shared_ptr< yaml_value > > > | |
| Cpair< const basic_string< char >, shared_ptr< yaml_value > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< dynamic_library > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< dynamic_library > > > | |
| Cpair< const basic_string< char >, unique_ptr< dynamic_library > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< env_variable > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< env_variable > > > | |
| Cpair< const basic_string< char >, unique_ptr< env_variable > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< ini_property > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< ini_property > > > | |
| Cpair< const basic_string< char >, unique_ptr< ini_property > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< ini_section > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< ini_section > > > | |
| Cpair< const basic_string< char >, unique_ptr< ini_section > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > | |
| Cpair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< json_value > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< json_value > > > | |
| Cpair< const basic_string< char >, unique_ptr< json_value > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< meta_function > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< meta_function > > > | |
| Cpair< const basic_string< char >, unique_ptr< meta_function > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< meta_property > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< meta_property > > > | |
| Cpair< const basic_string< char >, unique_ptr< meta_property > > | |
| Cicomparable< pair< const basic_string< char >, unique_ptr< toml_value > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< toml_value > > > | |
| Cpair< const basic_string< char >, unique_ptr< toml_value > > | |
| Cicomparable< pair< const basic_string< char >, vector< basic_string< char > > > > | |
| Cicommon< pair< const basic_string< char >, vector< basic_string< char > > > > | |
| Cpair< const basic_string< char >, vector< basic_string< char > > > | |
| Cicomparable< pair< const basic_string< char >, vector< route_entry > > > | |
| Cicommon< pair< const basic_string< char >, vector< route_entry > > > | |
| Cpair< const basic_string< char >, vector< route_entry > > | |
| Cicomparable< pair< const char, cmdline::option * > > | |
| Cicommon< pair< const char, cmdline::option * > > | |
| Cpair< const char, cmdline::option * > | |
| Cicomparable< pair< const id_type, unique_ptr< lazy_thread > > > | |
| Cicommon< pair< const id_type, unique_ptr< lazy_thread > > > | |
| Cpair< const id_type, unique_ptr< lazy_thread > > | |
| Cicomparable< pair< const id_type, worker_context > > | |
| Cicommon< pair< const id_type, worker_context > > | |
| Cpair< const id_type, worker_context > | |
| Cicomparable< pair< const Key, list_iterator > > | |
| Cicommon< pair< const Key, list_iterator > > | |
| Cpair< const Key, list_iterator > | |
| Cicomparable< pair< const Key, time_point > > | |
| Cicommon< pair< const Key, time_point > > | |
| Cpair< const Key, time_point > | |
| Cicomparable< pair< const signal_event, function< bool(signal_event, void *)> > > | |
| Cicommon< pair< const signal_event, function< bool(signal_event, void *)> > > | |
| Cpair< const signal_event, function< bool(signal_event, void *)> > | |
| Cicomparable< pair< const type_id, unique_ptr< meta_type > > > | |
| Cicommon< pair< const type_id, unique_ptr< meta_type > > > | |
| Cpair< const type_id, unique_ptr< meta_type > > | |
| Cicomparable< pair< size_t, size_t > > | |
| Cicommon< pair< size_t, size_t > > | |
| Cpair< size_t, size_t > | |
| Cicomparable< pair< T1, T2 > > | |
| Cicommon< pair< T1, T2 > > | |
| Cpair< T1, T2 > | 存储两个值的元组对 |
| Cicomparable< path > | |
| Cicommon< path > | |
| Cpath | 文件路径类 |
| Cicomparable< priority_queue< priority_task, vector< priority_task >, less< typename vector< priority_task >::value_type > > > | |
| Cicollector< priority_queue< priority_task, vector< priority_task >, less< typename vector< priority_task >::value_type > > > | |
| Cicomparable< queue< connection_entry, deque< connection_entry > > > | |
| Cicollector< queue< connection_entry, deque< connection_entry > > > | |
| Cicomparable< queue< log_event, deque< log_event > > > | |
| Cicollector< queue< log_event, deque< log_event > > > | |
| Cicomparable< rb_tree< basic_string< char >, pair< const basic_string< char >, basic_string< char > >, select1st< pair< const basic_string< char >, basic_string< char > > >, less< basic_string< char > >, allocator< rb_tree_node< pair< const basic_string< char >, basic_string< char > > > > > > | |
| Cicollector< rb_tree< basic_string< char >, pair< const basic_string< char >, basic_string< char > >, select1st< pair< const basic_string< char >, basic_string< char > > >, less< basic_string< char > >, allocator< rb_tree_node< pair< const basic_string< char >, basic_string< char > > > > > > | |
| Crb_tree< basic_string< char >, pair< const basic_string< char >, basic_string< char > >, select1st< pair< const basic_string< char >, basic_string< char > > >, less< basic_string< char > >, allocator< rb_tree_node< pair< const basic_string< char >, basic_string< char > > > > > | |
| Cicomparable< rb_tree< Key, Key, identity< Key >, less< Key >, allocator< rb_tree_node< Key > > > > | |
| Cicollector< rb_tree< Key, Key, identity< Key >, less< Key >, allocator< rb_tree_node< Key > > > > | |
| Crb_tree< Key, Key, identity< Key >, less< Key >, allocator< rb_tree_node< Key > > > | |
| Cicomparable< rb_tree< node, node, identity< node >, less< node >, allocator< rb_tree_node< node > > > > | |
| Cicollector< rb_tree< node, node, identity< node >, less< node >, allocator< rb_tree_node< node > > > > | |
| Crb_tree< node, node, identity< node >, less< node >, allocator< rb_tree_node< node > > > | |
| Cicomparable< rb_tree< token, pair< const token, typename set< node >::iterator >, select1st< pair< const token, typename set< node >::iterator > >, less< token >, allocator< rb_tree_node< pair< const token, typename set< node >::iterator > > > > > | |
| Cicollector< rb_tree< token, pair< const token, typename set< node >::iterator >, select1st< pair< const token, typename set< node >::iterator > >, less< token >, allocator< rb_tree_node< pair< const token, typename set< node >::iterator > > > > > | |
| Crb_tree< token, pair< const token, typename set< node >::iterator >, select1st< pair< const token, typename set< node >::iterator > >, less< token >, allocator< rb_tree_node< pair< const token, typename set< node >::iterator > > > > | |
| Cicomparable< stack< frame, deque< frame > > > | |
| Cicollector< stack< frame, deque< frame > > > | |
| Cicomparable< time > | |
| Cicommon< time > | |
| Ctime | 时间类 |
| Cicomparable< timestamp > | |
| Cicommon< timestamp > | |
| Cipackage< timestamp, int64_t > | |
| Cicomparable< tuple< This, Rest... > > | |
| Cicommon< tuple< This, Rest... > > | |
| Ctuple< This, Rest... > | 元组主模板 |
| Cicomparable< tuple<> > | |
| Cicommon< tuple<> > | |
| Ctuple<> | 空元组特化 |
| Cicomparable< variant< Types... > > | |
| Cicommon< variant< Types... > > | |
| Cvariant< none_t, ::sockaddr_in, ::sockaddr_in6 > | |
| Cvariant< Types > | 变体类型主模板 |
| Cicomparable< vector< ::MYSQL_BIND, allocator<::MYSQL_BIND > > > | |
| Cicollector< vector< ::MYSQL_BIND, allocator<::MYSQL_BIND > > > | |
| Cicomparable< vector< aiocb_type *, allocator< aiocb_type * > > > | |
| Cicollector< vector< aiocb_type *, allocator< aiocb_type * > > > | |
| Cicomparable< vector< char, allocator< char > > > | |
| Cicollector< vector< char, allocator< char > > > | |
| Cicomparable< vector< cmdline::option, allocator< cmdline::option > > > | |
| Cicollector< vector< cmdline::option, allocator< cmdline::option > > > | |
| Cicomparable< vector< const char *, allocator< const char * > > > | |
| Cicollector< vector< const char *, allocator< const char * > > > | |
| Cicomparable< vector< context, allocator< context > > > | |
| Cicollector< vector< context, allocator< context > > > | |
| Cicomparable< vector< dns_record, allocator< dns_record > > > | |
| Cicollector< vector< dns_record, allocator< dns_record > > > | |
| Cicomparable< vector< http_cookie, allocator< http_cookie > > > | |
| Cicollector< vector< http_cookie, allocator< http_cookie > > > | |
| Cicomparable< vector< indent_context, allocator< indent_context > > > | |
| Cicollector< vector< indent_context, allocator< indent_context > > > | |
| Cicomparable< vector< int, allocator< int > > > | |
| Cicollector< vector< int, allocator< int > > > | |
| Cicomparable< vector< match_result, allocator< match_result > > > | |
| Cicollector< vector< match_result, allocator< match_result > > > | |
| Cicomparable< vector< meta_type *, allocator< meta_type * > > > | |
| Cicollector< vector< meta_type *, allocator< meta_type * > > > | |
| Cicomparable< vector< part, allocator< part > > > | |
| Cicollector< vector< part, allocator< part > > > | |
| Cicomparable< vector< pending_signal, allocator< pending_signal > > > | |
| Cicollector< vector< pending_signal, allocator< pending_signal > > > | |
| Cicomparable< vector< priority_task, allocator< priority_task > > > | |
| Cicollector< vector< priority_task, allocator< priority_task > > > | |
| Cicomparable< vector< route_entry, allocator< route_entry > > > | |
| Cicollector< vector< route_entry, allocator< route_entry > > > | |
| Cicomparable< vector< slot_entry, allocator< slot_entry > > > | |
| Cicollector< vector< slot_entry, allocator< slot_entry > > > | |
| Cicomparable< vector< stacktrace::frame, allocator< stacktrace::frame > > > | |
| Cicollector< vector< stacktrace::frame, allocator< stacktrace::frame > > > | |
| Cicomparable< vector< thread, allocator< thread > > > | |
| Cicollector< vector< thread, allocator< thread > > > | |
| Cidb_connect | 数据库连接抽象基类 |
| Cidb_kv_connect | 键值存储连接抽象基类 |
| Credis_connect | Redis数据库连接类 |
| Cidb_tb_connect | 关系型数据库连接抽象基类 |
| Cmysql_connect | MySQL数据库连接类 |
| Cpgsql_connect | PostgreSQL数据库连接类 |
| Csqlite_connect | SQLite数据库连接类 |
| Cidb_factory | 数据库连接工厂抽象基类 |
| Cmysql_factory | MySQL连接工厂类 |
| Cpgsql_factory | PostgreSQL连接工厂类 |
| Credis_factory | Redis连接工厂类 |
| Csqlite_factory | SQLite连接工厂类 |
| Cidb_prepared_statement | 预处理语句抽象基类 |
| Cmysql_prepared_statement | MySQL预处理语句类 |
| Cpgsql_prepared_statement | PostgreSQL预处理语句类 |
| Csqlite_prepared_statement | SQLite预处理语句类 |
| Cidb_result | 数据库结果集抽象基类 |
| Cidb_kv_result | 键值存储结果集抽象基类 |
| Credis_result | Redis结果集类 |
| Cidb_tb_result | 关系型数据库结果集抽象基类 |
| Cidb_prepared_result | 预处理语句执行结果 |
| Cmysql_prepared_result | MySQL预处理语句结果集类 |
| Cpgsql_prepared_result | PostgreSQL预处理语句结果集类 |
| Csqlite_prepared_result | SQLite预处理语句结果集类 |
| Cmysql_result | MySQL查询结果集类 |
| Cpgsql_tb_result | PostgreSQL查询结果集类 |
| Csqlite_result | SQLite查询结果集类 |
| Cidentity< T > | 恒等仿函数 |
| Cihashable< T > | 可哈希对象接口模板 |
| Cicommon< compressed_pair< IfEmpty, T, is_empty_v< IfEmpty > &&!is_final_v< IfEmpty > > > | |
| Cicommon< compressed_pair< IfEmpty, T, false > > | |
| Cicommon< optional< T > > | |
| Cicommon< optional< T & > > | |
| Cicommon< T > | 通用接口,同时具备可比较和可哈希功能 |
| Cihashable< basic_string< CharT, char_traits< CharT >, allocator< CharT > > > | |
| Cicommon< basic_string< CharT, char_traits< CharT >, allocator< CharT > > > | |
| Cihashable< basic_string_view< CharT, Traits > > | |
| Cicommon< basic_string_view< CharT, Traits > > | |
| Cihashable< bit_reference > | |
| Cicommon< bit_reference > | |
| Cihashable< bitset< N > > | |
| Cicommon< bitset< N > > | |
| Cihashable< boolean > | |
| Cicommon< boolean > | |
| Cihashable< byte_size > | |
| Cicommon< byte_size > | |
| Cihashable< color > | |
| Cicommon< color > | |
| Cihashable< compressed_pair< allocator_type, float, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, float, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cihashable< compressed_pair< allocator_type, pointer, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, pointer, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cihashable< compressed_pair< allocator_type, size_t, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, size_t, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cihashable< compressed_pair< allocator_type, size_type, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cicommon< compressed_pair< allocator_type, size_type, is_empty_v< allocator_type > &&!is_final_v< allocator_type > > > | |
| Cihashable< compressed_pair< Func, bool, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cicommon< compressed_pair< Func, bool, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cihashable< compressed_pair< Func, int, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cicommon< compressed_pair< Func, int, is_empty_v< Func > &&!is_final_v< Func > > > | |
| Cihashable< compressed_pair< map_allocator, map_pointer, is_empty_v< map_allocator > &&!is_final_v< map_allocator > > > | |
| Cicommon< compressed_pair< map_allocator, map_pointer, is_empty_v< map_allocator > &&!is_final_v< map_allocator > > > | |
| Cihashable< compressed_pair< standard_allocator, size_t, is_empty_v< standard_allocator > &&!is_final_v< standard_allocator > > > | |
| Cicommon< compressed_pair< standard_allocator, size_t, is_empty_v< standard_allocator > &&!is_final_v< standard_allocator > > > | |
| Cihashable< date > | |
| Cicommon< date > | |
| Cihashable< datetime > | |
| Cicommon< datetime > | |
| Cihashable< error_code > | |
| Cicommon< error_code > | |
| Cihashable< hexadecimal > | |
| Cicommon< hexadecimal > | |
| Cihashable< id > | |
| Cthread::id | 线程唯一标识符类 |
| Cihashable< none_t > | |
| Cicommon< none_t > | |
| Cihashable< optional< regex > > | |
| Cicommon< optional< regex > > | |
| Cihashable< optional< ssl_context > > | |
| Cicommon< optional< ssl_context > > | |
| Cihashable< optional< ssl_stream > > | |
| Cicommon< optional< ssl_stream > > | |
| Cihashable< optional< virtual_thread_task > > | |
| Cicommon< optional< virtual_thread_task > > | |
| Cihashable< pair< const aiocb_type *, async_context * > > | |
| Cicommon< pair< const aiocb_type *, async_context * > > | |
| Cihashable< pair< const basic_string< char >, basic_string< char > > > | |
| Cicommon< pair< const basic_string< char >, basic_string< char > > > | |
| Cihashable< pair< const basic_string< char >, cmdline::option * > > | |
| Cicommon< pair< const basic_string< char >, cmdline::option * > > | |
| Cihashable< pair< const basic_string< char >, function< void(session_ptr)> > > | |
| Cicommon< pair< const basic_string< char >, function< void(session_ptr)> > > | |
| Cihashable< pair< const basic_string< char >, http_content > > | |
| Cicommon< pair< const basic_string< char >, http_content > > | |
| Cihashable< pair< const basic_string< char >, http_cookie > > | |
| Cicommon< pair< const basic_string< char >, http_cookie > > | |
| Cihashable< pair< const basic_string< char >, http_session > > | |
| Cicommon< pair< const basic_string< char >, http_session > > | |
| Cihashable< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > | |
| Cicommon< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > | |
| Cihashable< pair< const basic_string< char >, rate_limit_info > > | |
| Cicommon< pair< const basic_string< char >, rate_limit_info > > | |
| Cihashable< pair< const basic_string< char >, shared_ptr< yaml_value > > > | |
| Cicommon< pair< const basic_string< char >, shared_ptr< yaml_value > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< dynamic_library > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< dynamic_library > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< env_variable > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< env_variable > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< ini_property > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< ini_property > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< ini_section > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< ini_section > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< json_value > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< json_value > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< meta_function > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< meta_function > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< meta_property > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< meta_property > > > | |
| Cihashable< pair< const basic_string< char >, unique_ptr< toml_value > > > | |
| Cicommon< pair< const basic_string< char >, unique_ptr< toml_value > > > | |
| Cihashable< pair< const basic_string< char >, vector< basic_string< char > > > > | |
| Cicommon< pair< const basic_string< char >, vector< basic_string< char > > > > | |
| Cihashable< pair< const basic_string< char >, vector< route_entry > > > | |
| Cicommon< pair< const basic_string< char >, vector< route_entry > > > | |
| Cihashable< pair< const char, cmdline::option * > > | |
| Cicommon< pair< const char, cmdline::option * > > | |
| Cihashable< pair< const id_type, unique_ptr< lazy_thread > > > | |
| Cicommon< pair< const id_type, unique_ptr< lazy_thread > > > | |
| Cihashable< pair< const id_type, worker_context > > | |
| Cicommon< pair< const id_type, worker_context > > | |
| Cihashable< pair< const Key, list_iterator > > | |
| Cicommon< pair< const Key, list_iterator > > | |
| Cihashable< pair< const Key, time_point > > | |
| Cicommon< pair< const Key, time_point > > | |
| Cihashable< pair< const signal_event, function< bool(signal_event, void *)> > > | |
| Cicommon< pair< const signal_event, function< bool(signal_event, void *)> > > | |
| Cihashable< pair< const type_id, unique_ptr< meta_type > > > | |
| Cicommon< pair< const type_id, unique_ptr< meta_type > > > | |
| Cihashable< pair< size_t, size_t > > | |
| Cicommon< pair< size_t, size_t > > | |
| Cihashable< pair< T1, T2 > > | |
| Cicommon< pair< T1, T2 > > | |
| Cihashable< path > | |
| Cicommon< path > | |
| Cihashable< time > | |
| Cicommon< time > | |
| Cihashable< timestamp > | |
| Cicommon< timestamp > | |
| Cihashable< tuple< This, Rest... > > | |
| Cicommon< tuple< This, Rest... > > | |
| Cihashable< tuple<> > | |
| Cicommon< tuple<> > | |
| Cihashable< uuid > | |
| Cuuid | 通用唯一标识符类 |
| Cihashable< variant< Types... > > | |
| Cicommon< variant< Types... > > | |
| Ciiterator< Iterator > | 迭代器接口模板 |
| Carray_iterator< false, Size, array > | |
| Carray_iterator< true, Size, array > | |
| Carray_iterator< false, 0, array > | |
| Carray_iterator< true, 0, array > | |
| Cbasic_string_iterator< false, basic_string > | |
| Cbasic_string_iterator< true, basic_string > | |
| Cbitmap_iterator< false, bitmap > | |
| Cbitmap_iterator< true, bitmap > | |
| Chashtable_iterator< false, hashtable > | |
| Chashtable_iterator< true, hashtable > | |
| Clist_iterator< false, list > | |
| Clist_iterator< true, list > | |
| Crb_tree_iterator< false, rb_tree > | |
| Crb_tree_iterator< true, rb_tree > | |
| Cvector_iterator< false, vector< T, Alloc > > | |
| Cvector_iterator< true, vector< T, Alloc > > | |
| Ciiterator< array_iterator< IsConst, Size, Array > > | |
| Carray_iterator< IsConst, Size, Array > | 数组迭代器 |
| Ciiterator< basic_string_iterator< IsConst, String > > | |
| Cbasic_string_iterator< IsConst, String > | 字符串迭代器 |
| Ciiterator< basic_string_view_iterator< Traits > > | |
| Cbasic_string_view_iterator< Traits > | 字符串视图迭代器 |
| Ciiterator< bitmap_iterator< IsConst, BitMap > > | |
| Cbitmap_iterator< IsConst, BitMap > | 位图迭代器 |
| Ciiterator< deque_iterator< IsConst, Deque, 0 > > | |
| Cdeque_iterator< IsConst, Deque, BufSize > | 双端队列迭代器 |
| Ciiterator< deque_iterator< IsConst, deque, BufSize > > | |
| Cdeque_iterator< false, deque, BufSize > | |
| Cdeque_iterator< true, deque, BufSize > | |
| Cdeque_iterator< false, deque, 0 > | |
| Ciiterator< hashtable_iterator< IsConst, HashTable > > | |
| Chashtable_iterator< IsConst, HashTable > | 哈希表迭代器 |
| Ciiterator< list_iterator< IsConst, List > > | |
| Clist_iterator< IsConst, List > | 链表迭代器 |
| Ciiterator< rb_tree_iterator< IsConst, RbTree > > | |
| Crb_tree_iterator< IsConst, RbTree > | 红黑树迭代器 |
| Ciiterator< vector_iterator< IsConst, Vector > > | |
| Cvector_iterator< IsConst, Vector > | 向量迭代器 |
| Cindex_tuple< Values > | 索引元组容器 |
| Cini_builder | Ini配置格式构建器 |
| Cini_parser | Ini配置解析器 |
| Cinplace_construct_tag | 原位构造标签 |
| Cinput_iterator_tag | 输入迭代器标签 |
| Cforward_iterator_tag | 前向迭代器标签 |
| Cbidirectional_iterator_tag | 双向迭代器标签 |
| Crandom_access_iterator_tag | 随机访问迭代器标签 |
| Ccontiguous_iterator_tag | 连续迭代器标签 |
| Csql_builder::insert_data | INSERT语句的数据结构 |
| Cinsert_iterator< Container > | 指定位置插入迭代器 |
| Cinteger_sequence< T, Values > | 编译时整数序列容器 |
| Cintegral_constant< T, Value > | 整数常量包装器 |
| Cintegral_constant< bool, Value > | |
| Chas_base< T > | 判断类型是否具有base成员函数 |
| Chas_unique_object_representations< T > | 判断类型是否具有唯一的对象表示 |
| Chas_virtual_destructor< T > | 判断类型是否具有虚析构函数 |
| Cis_abstract< T > | 判断类型是否为抽象类型 |
| Cis_any_of< T, Types > | 判断类型是否在类型集合中 |
| Cis_arithmetic< T > | 判断类型是否为算术类型 |
| Cis_array< T > | 判断类型是否为数组类型 |
| Cis_assignable< To, From > | 判断类型是否可以使用指定类型的值进行赋值 |
| Cis_base_of< Base, Derived > | 判断Base是否是Derived的基类 |
| Cis_boolean< T > | 判断类型是否为布尔类型 |
| Cis_character< T > | 判断类型是否为字符类型 |
| Cis_class< T > | 判断类型是否为类类型 |
| Cis_compound< T > | 判断类型是否为复合类型 |
| Cis_constructible< T, Args > | 判断类型是否可以使用指定参数构造 |
| Cis_copy_assignable< T > | 判断类型是否可复制赋值 |
| Cis_copy_constructible< T > | 判断类型是否可复制构造 |
| Cis_cstring< T > | 判断类型是否为C风格字符串类型 |
| Cis_default_constructible< T > | 判断类型是否可默认构造 |
| Cis_empty< T > | 判断类型是否为空类型 |
| Cis_enum< T > | 判断类型是否为枚举类型 |
| Cis_final< T > | 判断类型是否被final限定 |
| Cis_floating_point< T > | 判断类型是否为浮点数类型 |
| Cis_function< T > | 判断类型是否为函数类型 |
| Cis_fundamental< T > | 判断类型是否为基本类型 |
| Cis_integral< T > | 判断类型是否为整数类型 |
| Cis_integral_like< T > | 判断类型是否为类整数类型 |
| Cis_iterable< Container > | 判断类型是否可迭代 |
| Cis_maplike< Map > | 判断类型是否类似映射 |
| Cis_move_assignable< T > | 判断类型是否可移动赋值 |
| Cis_move_constructible< T > | 判断类型是否可移动构造 |
| Cis_nothrow_arrow< Iterator, Ptr, IsPtr > | 判断迭代器的箭头运算符是否不会抛出异常 |
| Cis_nothrow_convertible< From, To, IsConvertible, IsVoid > | 判断类型From是否可以无异常地转换为类型To |
| Cis_nothrow_copy_assignable< T > | 判断类型是否可无异常复制赋值 |
| Cis_nothrow_copy_constructible< T > | 判断类型是否可无异常复制构造 |
| Cis_nothrow_move_assignable< T > | 判断类型是否可无异常移动赋值 |
| Cis_nothrow_move_constructible< T > | 判断类型是否可无异常移动构造 |
| Cis_nothrow_swappable< T > | 判断类型是否可以与自身无异常交换 |
| Cis_nothrow_swappable_from< T1, T2 > | 判断是否可以无异常地从T1交换到T2 |
| Cis_nothrow_swappable_with< T1, T2 > | 判断两个类型是否可以无异常地互相交换 |
| Cis_null_pointer< T > | 判断类型是否为nullptr_t |
| Cis_object< T > | 判断类型是否为对象类型 |
| Cis_packaged< T > | 判断类型是否被包装 |
| Cis_pod< T > | 判断类型是否为POD类型 |
| Cis_polymorphic< T > | 判断类型是否为多态类型 |
| Cis_reference< T > | 判断类型是否为引用类型 |
| Cis_scalar< T > | 判断类型是否为标量类型 |
| Cis_signed< T > | 判断类型是否为有符号类型 |
| Cis_standard_integral< T > | 判断类型是否为标准整数类型 |
| Cis_standard_layout< T > | 判断类型是否符合标准布局 |
| Cis_swappable< T > | 判断类型是否可以与自身交换 |
| Cis_swappable_with< T1, T2 > | 判断两个类型是否可以互相交换 |
| Cis_trivial< T > | 判断类型是否为平凡类型 |
| Cis_trivially_assignable< To, From > | 判断类型是否可以使用指定类型的值进行平凡赋值 |
| Cis_trivially_constructible< T, Args > | 判断类型是否可以使用指定参数平凡构造 |
| Cis_trivially_copy_assignable< T > | 判断类型是否可平凡复制赋值 |
| Cis_trivially_copy_constructible< T > | 判断类型是否可平凡复制构造 |
| Cis_trivially_copyable< T > | 判断类型是否为平凡可复制类型 |
| Cis_trivially_default_constructible< T > | 判断类型是否可平凡默认构造 |
| Cis_trivially_move_assignable< T > | 判断类型是否可平凡移动赋值 |
| Cis_trivially_move_constructible< T > | 判断类型是否可平凡移动构造 |
| Cis_trivially_swappable< T > | 判断类型是否可以平凡交换 |
| Cis_union< T > | 判断类型是否为联合类型 |
| Cis_unpackaged< T > | 判断类型是否被解包 |
| Cis_unsigned< T > | 判断类型是否为无符号类型 |
| Cnegation< T > | 逻辑非包装器 |
| Cratio_equal< ratio1, ratio2 > | 检查两个比率是否相等 |
| Cratio_greater< ratio1, ratio2 > | 检查第一个比率是否大于第二个比率 |
| Cratio_greater_equal< ratio1, ratio2 > | 检查第一个比率是否大于等于第二个比率 |
| Cratio_less_equal< ratio1, ratio2 > | 检查第一个比率是否小于等于第二个比率 |
| Cratio_not_equal< ratio1, ratio2 > | 检查两个比率是否不相等 |
| Cintegral_constant< intmax_t, Value *static_sign< Value >::value > | |
| Cstatic_abs< Value > | 计算整数的绝对值 |
| Cintegral_constant< size_t, 0 > | |
| Cextent< T, Idx > | 查询数组指定维度的大小 |
| Crank< T > | 查询数组的维度数 |
| Cintegral_constant< size_t, 2 > | |
| Ctuple_size< pair< T1, T2 > > | Pair的tuple_size特化,固定为2 |
| Cintegral_constant< size_t, alignof(T)> | |
| Calignment_of< T > | 查询类型的对齐要求 |
| Cintegral_constant< size_t, Size > | |
| Ctuple_size< array< T, Size > > | 数组的元组大小特化 |
| Cintegral_constant< size_t, sizeof...(Types)> | |
| Cintegral_constant< uint32_t, Value > | |
| Cplaceholder< Num > | 占位符类型 |
| Cintegral_constant< uint64_t, Value > | |
| Cinvoke_result< Sign > | 推导函数调用结果类型的主模板 |
| Cinvoke_result< F(Args...)> | Invoke_result的特化版本 |
| Cip_header | IPv4头部结构定义 |
| Ciplugin | 插件接口基类 |
| Cis_ADL_swappable< T, Dummy > | 判断类型是否支持通过ADL查找的swap |
| Cis_aggregate< T > | 判断类型是否为聚合类型 |
| Cis_allocable< T > | 判断类型是否可以进行内存分配 |
| Cis_allocator< Alloc, Dummy > | 判断类型是否为分配器 |
| Cis_bind_expression< T > | 判断是否为绑定表达式 |
| Cis_bounded_array< T > | 判断类型是否为有界数组 |
| Cis_clock< T > | 检查是否为时钟类型 |
| Cis_const< T > | 判断类型是否被const限定 |
| Cis_convertible< From, To > | 判断类型From是否可以隐式转换为类型To |
| Cis_convertible< FromElement(*)[], ToElement(*)[]> | |
| Cis_decrementible< Iterator > | 判断类型是否可以递减 |
| Cis_destructible< T > | 判断类型是否可析构 |
| Cis_duration< T > | 检查是否为持续时间类型 |
| Cis_hash< Func, Arg, Dummy > | 判断类型是否为有效的哈希函数 |
| Cis_implicitly_default_constructible< T, Dummy > | 判断类型是否可隐式默认构造 |
| Cis_incrementible< Iterator > | 判断类型是否可以递增 |
| Cis_invocable< F, Args > | 判断类型是否可调用 |
| Cis_invocable_r< Ret, F, Args > | 判断类型是否可调用并返回指定类型 |
| Cis_location_invariant< T > | 判断类型是否是位置不变的 |
| Cis_lvalue_reference< T > | 判断类型是否为左值引用 |
| Cis_member_function_pointer< T > | 判断类型是否为成员函数指针 |
| Cis_member_object_pointer< T > | 判断类型是否为成员对象指针 |
| Cis_member_pointer< T > | 判断类型是否为成员指针 |
| Cis_nothrow_assignable< To, From > | 判断类型是否可以使用指定类型的值进行无异常赋值 |
| Cis_nothrow_constructible< T, Args > | 判断类型是否可以使用指定参数无异常构造 |
| Cis_nothrow_default_constructible< T > | 判断类型是否可无异常默认构造 |
| Cis_nothrow_destructible< T > | 判断类型是否可无异常析构 |
| Cis_nothrow_hashable< Key, Dummy > | 判断类型是否可无异常哈希 |
| Cis_nothrow_invocable< F, Args > | 判断调用是否不会抛出异常 |
| Cis_placeholder< T > | 判断是否为占位符 |
| Cis_pointer< T > | 判断类型是否为指针类型 |
| Cis_ratio< Ratio > | 检查类型是否为ratio |
| Cis_rvalue_reference< T > | 判断类型是否为右值引用 |
| Cis_same< T1, T2 > | 判断两个类型是否相同 |
| Cis_shared_ptr< T > | 类型特征:是否为shared_ptr |
| Cis_specialization< T, Template > | 判断类型T是否为模板Template的特化 |
| Cis_swappable_from< T1, T2, Dummy > | 判断是否可以调用swap从T1交换到T2 |
| Cis_unbounded_array< T > | 判断类型是否为无界数组 |
| Cis_view< T > | 检查类型是否为视图 |
| Cis_view< ranges::view_base< D > > | View_base特化的视图检查 |
| Cis_void< T > | 判断类型是否为void |
| Cis_volatile< T > | 判断类型是否被volatile限定 |
| Cistringify< T > | 可字符串化接口 |
| Ciobject< T > | 可解析对象接口 |
| Cistringify< bit_reference > | |
| Cbit_reference | 位引用类 |
| Cistringify< bitset< N > > | |
| Cbitset< N > | 固定大小的位集 |
| Cistringify< boolean > | |
| Ciobject< boolean > | |
| Cboolean | 布尔值包装类 |
| Cistringify< byte_size > | |
| Ciobject< byte_size > | |
| Cbyte_size | 字节大小类 |
| Cistringify< color > | |
| Ciobject< color > | |
| Ccolor | RGB颜色类 |
| Cistringify< date > | |
| Ciobject< date > | |
| Cdate | 日期类 |
| Cistringify< datetime > | |
| Ciobject< datetime > | |
| Cdatetime | 日期时间类 |
| Cistringify< decimal > | |
| Ciobject< decimal > | |
| Cdecimal | 长双精度浮点数包装类 |
| Cistringify< env_document > | |
| Cenv_document | 环境变量文档类 |
| Cistringify< env_value > | |
| Cenv_value | 环境值抽象基类 |
| Cenv_variable | 环境变量类 |
| Cistringify< float32 > | |
| Ciobject< float32 > | |
| Cfloat32 | 32位浮点数包装类 |
| Cistringify< float64 > | |
| Ciobject< float64 > | |
| Cfloat64 | 64位浮点数包装类 |
| Cistringify< frame > | |
| Cstacktrace::frame | 堆栈帧类 |
| Cistringify< hexadecimal > | |
| Ciobject< hexadecimal > | |
| Chexadecimal | 十六进制数值包装类 |
| Cistringify< http_content > | |
| Chttp_content | HTTP内容类型定义 |
| Cistringify< http_cookie > | |
| Ciobject< http_cookie > | |
| Chttp_cookie | HTTP Cookie结构 |
| Cistringify< http_cookie_name > | |
| Chttp_cookie_name | HTTP Cookie名称定义 |
| Cistringify< http_method > | |
| Chttp_method | HTTP方法定义 |
| Cistringify< http_server_request > | |
| Ciobject< http_server_request > | |
| Chttp_server_request | HTTP服务器请求结构 |
| Cistringify< http_server_response > | |
| Chttp_server_response | HTTP服务器响应结构 |
| Cistringify< http_session > | |
| Chttp_session | HTTP会话结构 |
| Cistringify< ini_document > | |
| Cini_document | Ini文档类 |
| Cistringify< ini_value > | |
| Cini_value | Ini值抽象基类 |
| Cini_property | Ini属性类 |
| Cini_section | Ini节类 |
| Cistringify< integer16 > | |
| Ciobject< integer16 > | |
| Cinteger16 | 16位整数包装类 |
| Cistringify< integer32 > | |
| Ciobject< integer32 > | |
| Cinteger32 | 32位整数包装类 |
| Cistringify< integer64 > | |
| Ciobject< integer64 > | |
| Cinteger64 | 64位整数包装类 |
| Cistringify< integer8 > | |
| Ciobject< integer8 > | |
| Cinteger8 | 8位整数包装类 |
| Cistringify< ip_address > | |
| Cip_address | IP地址封装类 |
| Cistringify< json_value > | |
| Cjson_value | Json值抽象基类 |
| Cjson_array | Json数组类 |
| Cjson_bool | Json布尔值类 |
| Cjson_null | Json null值类 |
| Cjson_number | Json数字值类 |
| Cjson_object | Json对象类 |
| Cjson_string | Json字符串值类 |
| Cistringify< mac_address > | |
| Cmac_address | MAC地址封装类 |
| Cistringify< path > | |
| Cpath | 文件路径类 |
| Cistringify< path_tree > | |
| Cpath_tree | 文件路径树 |
| Cistringify< pool_statistics > | |
| Cthread_pool::pool_statistics | 线程池统计信息 |
| Cistringify< ports > | |
| Ciobject< ports > | |
| Cports | 网络端口封装类 |
| Cistringify< stacktrace > | |
| Cstacktrace | 堆栈跟踪类 |
| Cistringify< time > | |
| Ciobject< time > | |
| Ctime | 时间类 |
| Cistringify< timestamp > | |
| Ciobject< timestamp > | |
| Ctimestamp | 时间戳类 |
| Cistringify< toml_value > | |
| Ctoml_value | Toml值抽象基类 |
| Ctoml_array | Toml数组类 |
| Ctoml_boolean | Toml布尔值类 |
| Ctoml_datetime | Toml日期时间值类 |
| Ctoml_float | Toml浮点数值类 |
| Ctoml_integer | Toml整数值类 |
| Ctoml_string | Toml字符串值类 |
| Ctoml_table | Toml表格类 |
| Cistringify< uinteger16 > | |
| Ciobject< uinteger16 > | |
| Cuinteger16 | 无符号16位整数包装类 |
| Cistringify< uinteger32 > | |
| Ciobject< uinteger32 > | |
| Cuinteger32 | 无符号32位整数包装类 |
| Cistringify< uinteger64 > | |
| Ciobject< uinteger64 > | |
| Cuinteger64 | 无符号64位整数包装类 |
| Cistringify< uinteger8 > | |
| Ciobject< uinteger8 > | |
| Cuinteger8 | 无符号8位整数包装类 |
| Cistringify< url > | |
| Ciobject< url > | |
| Curl | URL统一资源定位符 |
| Cistringify< uuid > | |
| Cuuid | 通用唯一标识符类 |
| Cistringify< yaml_value > | |
| Cgenerator< T >::iterator | 生成器的输入迭代器 |
| Citerator_traits< Iterator > | 迭代器特性主模板 |
| Citerator_traits< T * > | 原始指针的迭代器特性特化 |
| Cjson_builder | Json配置构建器 |
| Cjson_parser | Json配置解析器 |
| Clatch | 闩锁类 |
| Clazy_thread | 延迟启动线程类 |
| Cless< T > | 小于比较仿函数 |
| Cless< typename vector< priority_task >::value_type > | |
| Ccompressed_pair< less< typename vector< priority_task >::value_type >, vector< priority_task > > | |
| Cless< typename vector< T >::value_type > | |
| Ccompressed_pair< less< typename vector< T >::value_type >, vector< T > > | |
| Cless< void > | Less的void特化,支持透明操作 |
| Cless_equal< T > | 小于等于比较仿函数 |
| Cless_equal< void > | Less_equal的void特化,支持透明操作 |
| Cfile::line_iterator | 行迭代器 |
| Clist< T, Alloc > | 双向链表容器 |
| Clist< pair< Key, entry > > | |
| Clist< pair< Key, Value > > | |
| Clist_node< T > | 链表节点结构 |
| Clocal_queue | 线程本地任务队列 |
| Clocale | 区域设置管理类 |
| Clock< Mutex > | 锁管理器模板 |
| Clock_free_queue< T > | 无锁队列类模板 |
| Clog_event | 日志事件结构体 |
| Clog_formatter | 日志格式化器 |
| Clog_sink | 日志输出目标基类 |
| Cconsole_sink | 控制台输出目标 |
| Cfile_sink | 文件日志输出目标 |
| Clogger | 日志记录器单例类 |
| Clru_cache< Key, Value > | LRU缓存类模板 |
| Cneforce::lz4_compressor | LZ4压缩解压缩工具类 |
| Cmake_integer< Size, IsSigned > | 根据大小和符号创建整数类型 |
| Cmake_signed< T > | 将类整数类型转换为对应的有符号类型 |
| Cmake_unsigned< T > | 将类整数类型转换为对应的无符号类型 |
| Cmap< Key, T, Compare, Alloc > | 映射容器 |
| Cmap< basic_string< char >, basic_string< char > > | |
| Cmap< token, typename set< node >::iterator > | |
| Cfile_mapper::map_info | 映射状态快照 |
| Cmatch_result | 正则表达式匹配结果类 |
| Cmax_value< Values > | 获取值列表中的最大值 |
| CMD5 | MD5哈希算法结构体 |
| Cprocess::memory_info | 进程内存信息 |
| Csysinfo::memory_info | 内存信息 |
| Cmemory_view< Element, Extent > | 内存视图模板 |
| Cmeta_any | 类型擦除容器 |
| Cmeta_function | 函数反射元数据类 |
| Cmeta_property | 属性反射元数据类 |
| Cmeta_type | 类型反射元数据类 |
| Cminus< T > | 减法运算仿函数 |
| Cminus< void > | Minus的void特化,支持透明操作 |
| Cmodulus< T > | 取模运算仿函数 |
| Cmodulus< void > | Modulus的void特化,支持透明操作 |
| Clocale::monetary_info | 货币格式信息 |
| Cmultimap< Key, T, Compare, Alloc > | 多重映射容器 |
| Cmultiplies< T > | 乘法运算仿函数 |
| Cmultiplies< void > | Multiplies的void特化,支持透明操作 |
| Cmultiset< Key, Compare, Alloc > | 多重集合容器 |
| Cmurmur_hash | MurmurHash_x64的128位哈希结果容器 |
| Cmutex | 非递归互斥锁 |
| Cnegate< T > | 取负运算仿函数 |
| Cnegate< void > | Negate的void特化,支持透明操作 |
| Cnormal_iterator< Iterator > | 标准迭代器适配器 |
| Cnot_equal_to< T > | 不等比较仿函数 |
| Cnot_equal_to< void > | Not_equal_to的void特化,支持透明操作 |
| Clocale::numeric_info | 数字格式信息 |
| Cnumeric_traits< T, Dummy > | 数值类型极限特性主模板 |
| Cnumeric_traits< const T > | Numeric_limits的const特化版本 |
| Cnumeric_traits< const volatile T > | Numeric_limits的const volatile特化版本 |
| Cnumeric_traits< volatile T > | Numeric_limits的volatile特化版本 |
| Cnumeric_traits< bool > | Bool类型的数值特征特化 |
| Cnumeric_traits< float32_t > | 单精度浮点数类型的数值特征特化 |
| Cnumeric_traits< float64_t > | 双精度浮点数类型的数值特征特化 |
| Cnumeric_traits< int16_t > | Int16_t类型的数值特征特化 |
| Cnumeric_traits< int32_t > | Int32_t类型的数值特征特化 |
| Cnumeric_traits< int64_t > | Int64_t类型的数值特征特化 |
| Cnumeric_traits< int8_t > | Int8_t类型的数值特征特化 |
| Cnumeric_traits< char > | Char类型的数值特征特化 |
| Cnumeric_traits< uint16_t > | Uint16_t类型的数值特征特化 |
| Cnumeric_traits< char16_t > | Char16_t类型的数值特征特化 |
| Cnumeric_traits< uint32_t > | Uint32_t类型的数值特征特化 |
| Cnumeric_traits< char32_t > | Char32_t类型的数值特征特化 |
| Cnumeric_traits< uint64_t > | Uint64_t类型的数值特征特化 |
| Cnumeric_traits< uint8_t > | Uint8_t类型的数值特征特化 |
| Cnumeric_traits< char8_t > | Char8_t类型的数值特征特化 |
| Conce_flag | 一次性调用标志类 |
| Coneshot_t | 一次性连接标签 |
| Ccmdline::option | 选项定义结构 |
| Csysinfo::os_version_info | 操作系统版本信息 |
| Coutput_iterator_tag | 输出迭代器标签 |
| Cowner_less< T > | 智能指针的所有权比较器 |
| Cowner_less< shared_ptr< T > > | 共享指针的所有权比较器特化 |
| Cowner_less< void > | 通用所有权比较器特化 |
| Cowner_less< weak_ptr< T > > | 弱指针的所有权比较器特化 |
| Cpackage< T, Dummy > | 类型包装器模板 |
| Cpackaged_task< Res(Args...)> | 异步任务包装类模板 |
| Cthread_pool::periodic_task_state | 周期性任务状态 |
| Cicmp_socket::ping_result | Ping操作结果 |
| Cpipe | 管道类 |
| Cplugin_deleter | 插件自定义删除器 |
| Cplugin_info | 插件信息结构 |
| Cplugin_manager | 插件管理器单例类 |
| Cplus< T > | 加法运算仿函数 |
| Cplus< void > | Plus的void特化,支持透明操作 |
| Cpointer_traits< T > | 指针特性主模板 |
| Cpointer_traits< T * > | 原始指针的特化版本 |
| Cdatabase_pool::pool_config | 连接池配置 |
| Cprocess | 进程管理类 |
| Cpromise< Res > | Promise类模板 |
| Cpromise< Res & > | 引用类型的promise特化 |
| Cpromise< void > | Void类型的promise特化 |
| Cgenerator< T >::promise_type | 生成器的promise类型 |
| Ctask< T >::promise_type | 任务的promise类型 |
| Cvirtual_thread_task::promise_type | 协程承诺类型 |
| Cqueue< coroutine_handle<> > | |
| Cqueue< vector< byte_t > > | |
| Crandom_lcd | 线性同余随机数生成器 |
| Crandom_mt | 梅森旋转随机数生成器 |
| Cratio< Numerator, Denominator > | 比率类模板 |
| Cratio_less< ratio1, ratio2 > | 检查第一个比率是否小于第二个比率 |
| Crb_tree< Key, Value, KeyOfValue, Compare, Alloc > | 红黑树容器 |
| Crb_tree_base_iterator | 红黑树迭代器基类 |
| Crb_tree_iterator< false, rb_tree > | |
| Crb_tree_iterator< true, rb_tree > | |
| Crb_tree_iterator< IsConst, RbTree > | 红黑树迭代器 |
| Crb_tree_node_base | 红黑树节点基类 |
| Crb_tree_node< value_type > | |
| Crb_tree_node< Value > | |
| Crb_tree_node< T > | 红黑树数据节点 |
| Cstandard_allocator< T >::rebind< U > | 重新绑定模板 |
| Ctrace_allocator< T >::rebind< U > | 分配器绑定模板 |
| Crecursive_mutex | 递归互斥锁 |
| Cbitset< N >::reference | 位引用类,用于返回可修改的引用 |
| Creference_wrapper< T > | 引用包装器类模板 |
| Cregex | 正则表达式类 |
| Cregex_iterator | 正则表达式匹配迭代器 |
| Cregex_token_iterator | 正则表达式令牌迭代器 |
| Cregistry | 反射类型注册表 |
| Cremove_all_extents< T > | 移除数组的所有维度 |
| Cremove_const< T > | 移除const限定符 |
| Cremove_cv< T > | 移除const和volatile限定符 |
| Cremove_cvref< T > | 同时移除cv和引用限定符的类型包装 |
| Cremove_extent< T > | 移除数组的最外层维度 |
| Cremove_function_qualifiers< T > | 移除函数类型的限定符 |
| Cremove_pointer< T > | 移除指针限定符 |
| Cremove_reference< T > | 移除引用限定符 |
| Cremove_volatile< T > | 移除volatile限定符 |
| Creplace_first_para< NewFirst, T > | 替换模板的第一个类型参数 |
| Csmtp_socket::response | SMTP服务器响应 |
| Cretire_list | 线程本地退役列表 |
| Creverse_iterator< Iter > | 反向迭代器模板类 |
| Csafe_multiply< A, B > | 安全的编译期乘法,检查溢出 |
| Cpath_tree::scan_options | 文件系统扫描选项 |
| Cscope_exit< Func > | 作用域退出守卫 |
| Cscope_fail< Func > | 作用域失败守卫 |
| Cscope_success< Func > | 作用域成功守卫 |
| Cscoped_click | 作用域计时器 |
| Cscoped_connection | 作用域连接 |
| Cscoped_thread | 作用域线程类 |
| Csecret | 真随机数生成器 |
| Cselect1st< Pair > | 选择pair的第一个元素 |
| Cselect2nd< Pair > | 选择pair的第二个元素 |
| Csql_builder::select_data | SELECT语句的数据结构 |
| Csemaphore | 系统信号量类 |
| Cset< Key, Compare, Alloc > | 集合容器 |
| Cset< node > | |
| CSHA1 | SHA-1哈希算法结构体 |
| CSHA256 | SHA-256哈希算法结构体 |
| Cshare_memory | 共享内存管理类 |
| Cshared_future< Res > | 共享future类模板 |
| Cshared_future< Res & > | 引用类型的共享future特化 |
| Cshared_future< void > | Void类型的共享future特化 |
| Cshared_lock< SharedMutex > | 共享锁类模板 |
| Cshared_mutex | 共享互斥锁类 |
| Cshared_ptr< T > | 共享智能指针类模板 |
| Cshared_ptr< T[]> | 数组特化的共享指针 |
| Csignal< Types > | 信号类 |
| Csignal_blocker< Types > | 信号阻塞器 |
| Csignal_guard | 信号守卫 |
| Csignal_manager | 信号管理器 |
| Csmtp_message | SMTP邮件消息结构 |
| Csocket_base | Socket基础类 |
| Cicmp_socket | ICMP Socket类 |
| Cip_socket | IP协议族Socket基类 |
| Csmtp_socket | SMTP Socket类 |
| Ctcp_acceptor | TCP Acceptor类 |
| Cssl_acceptor | SSL/TLS服务器Acceptor类 |
| Ctcp_socket | TCP Socket类 |
| Cssl_socket | SSL/TLS安全Socket类 |
| Cudp_socket | UDP Socket类 |
| Cpath::split_iterator | 路径分割迭代器 |
| Csql_builder | SQL语句构建器 |
| Cssl_context | SSL/TLS上下文管理类 |
| Cssl_stream | SSL/TLS流封装类 |
| Cstandard_allocator< T > | 标准分配器类 |
| Ccompressed_pair< standard_allocator, size_t > | |
| Csmtp_socket::starttls_result | STARTTLS升级结果 |
| Cprocess::state_info | 进程信息结构 |
| Cstatic_char_digit< Base, Digit > | 将字符转换为指定进制下的数字值 |
| Cstatic_gcd< A, B > | 计算两个整数的最大公约数 |
| Cstatic_number< Base, Digits > | 将字符串表示的数值转换为编译期数值 |
| Cstatic_parse_int< Digits > | 根据前缀自动识别进制并解析整数 |
| Cstatic_power< Base, Digits > | 计算字符串表示的数值的幂 |
| Cstatic_sign< Numerator > | 计算整数的符号 |
| Csteady_clock | 稳定时钟 |
| Cstop_callback< Callback > | 停止回调类模板 |
| Cstop_source | 停止源类 |
| Cstop_token | 停止令牌类 |
| Cneforce::lz4_compressor::stream_compressor | 流式压缩器 |
| Czlib_compressor::stream_compressor | 流式压缩器 |
| Cneforce::lz4_compressor::stream_decompressor | 流式解压缩器 |
| Czlib_compressor::stream_decompressor | 流式解压缩器 |
| Csubmit_result< T > | 任务提交结果 |
| Csuspend_always | 始终暂停的等待器 |
| Csuspend_never | 从不暂停的等待器 |
| Csys_console | 系统控制台单例类 |
| Csysinfo | 系统信息单例类 |
| Csystem_clock | 系统时钟 |
| Csysinfo::system_info | 系统底层信息 |
| Ctask< T > | 异步任务 |
| Ctask< void > | Void特化的任务类 |
| Ctask_group | 任务组 |
| Ctask_info | 任务信息 |
| Ctcp_client_base | TCP客户端基类 |
| Cssl_client | SSL/TLS客户端类 |
| Ctcp_client | TCP客户端类 |
| Ctcp_server_base | TCP服务器基类 |
| Cssl_server | SSL/TLS服务器类 |
| Ctcp_server | TCP服务器类 |
| Ctemp_file | 临时文件管理类 |
| Ctemporary_buffer< Iterator > | 临时缓冲区类 |
| Cthread | 线程类 |
| Cthread_pool | 线程池类 |
| Cthread_tracker | 线程跟踪器类 |
| Clocale::time_info | 时间格式信息 |
| Cprocess::time_info | 进程时间信息 |
| Ctime_point< Clock, Dur > | 时间点类模板 |
| Ctimed_backoff_spin_policy | 带退避策略的定时自旋策略 |
| Ctimer_scheduler< Clock > | 定时任务调度器 |
| Ctoml_builder | Toml配置构建器 |
| Ctoml_parser | Toml配置解析器 |
| Ctrace_allocator< T > | 内存追踪分配器 |
| Cicmp_socket::traceroute_hop | Traceroute跳点信息 |
| Ctree_barrier< CmplFunc > | 树形屏障 |
| Ctry_lock_tag | 尝试锁定标签 |
| Cttl_cache< Key, Value > | TTL缓存类模板 |
| Ctuple_element< Index, Types > | 获取tuple元素类型的特化 |
| Ctuple_element< 0, tuple< This, Rest... > > | 获取tuple第一个元素类型的特化 |
| Ctuple_element< Idx, array< T, Size > > | 数组的元组元素类型特化 |
| Ctuple_element< Index - 1, tuple< Rest... > > | |
| Ctuple_element< Index, tuple< This, Rest... > > | 递归获取tuple元素类型的特化 |
| Ctuple_element< Index, pair< T1, T2 > > | Pair的tuple_element特化 |
| Ctuple_size< typename > | 获取tuple大小的特化 |
| Caligned_storage< Len, Align >::type | 实际的对齐存储类型 |
| Caligned_union< Len, Types >::type | 实际的对齐存储类型 |
| Ctype_builder< T > | 类型反射构建器 |
| Ctype_identity< T > | 类型标识包装器 |
| Ctype_name< T > | 类型名称获取器 |
| Cunary_function< Arg, Result > | 一元函数适配器基类 |
| Cunderlying_type< T > | 获取枚举类型的底层整数类型 |
| Cunique_lock< Mutex > | 独占锁管理器模板 |
| Cunique_ptr< T, Deleter > | 独占智能指针 |
| Cunique_ptr< T[], Deleter > | 数组特化的unique_ptr |
| Cunordered_map< Key, T, HashFcn, EqualKey, Alloc > | 无序映射容器 |
| Cunordered_map< aiocb_type *, async_context * > | |
| Cunordered_map< basic_string< char >, basic_string< char > > | |
| Cunordered_map< basic_string< char >, cmdline::option * > | |
| Cunordered_map< basic_string< char >, function< void(session_ptr)> > | |
| Cunordered_map< basic_string< char >, http_content > | |
| Cunordered_map< basic_string< char >, http_cookie > | |
| Cunordered_map< basic_string< char >, http_session > | |
| Cunordered_map< basic_string< char >, pair< dns_query_result, steady_clock::time_point > > | |
| Cunordered_map< basic_string< char >, rate_limit_info > | |
| Cunordered_map< basic_string< char >, shared_ptr< yaml_value > > | |
| Cunordered_map< basic_string< char >, unique_ptr< dynamic_library > > | |
| Cunordered_map< basic_string< char >, unique_ptr< env_variable > > | |
| Cunordered_map< basic_string< char >, unique_ptr< ini_property > > | |
| Cunordered_map< basic_string< char >, unique_ptr< ini_section > > | |
| Cunordered_map< basic_string< char >, unique_ptr< iplugin, plugin_deleter > > | |
| Cunordered_map< basic_string< char >, unique_ptr< json_value > > | |
| Cunordered_map< basic_string< char >, unique_ptr< meta_function > > | |
| Cunordered_map< basic_string< char >, unique_ptr< meta_property > > | |
| Cunordered_map< basic_string< char >, unique_ptr< toml_value > > | |
| Cunordered_map< basic_string< char >, vector< basic_string< char > > > | |
| Cunordered_map< basic_string< char >, vector< route_entry > > | |
| Cunordered_map< char, cmdline::option * > | |
| Cunordered_map< id_type, unique_ptr< lazy_thread > > | |
| Cunordered_map< id_type, worker_context > | |
| Cunordered_map< Key, list_iterator > | |
| Cunordered_map< Key, time_point > | |
| Cunordered_map< signal_event, function< bool(signal_event, void *)> > | |
| Cunordered_map< T *, stacktrace > | |
| Cunordered_map< type_id, unique_ptr< meta_type > > | |
| Cunordered_multimap< Key, T, HashFcn, EqualKey, Alloc > | 无序多重映射容器 |
| Cunordered_multiset< Value, HashFcn, EqualKey, Alloc > | 无序多重集合容器 |
| Cunordered_set< Value, HashFcn, EqualKey, Alloc > | 无序集合容器 |
| Cunpack_utility_construct_tag | 解包工具构造标签 |
| Cunpackage< T, Dummy > | 类型解包器模板 |
| Cunwrap_ref_decay< T > | 先退化类型,再解包引用包装器 |
| Cunwrap_reference< T > | 解包引用包装器,获取原始引用类型 |
| Cunwrap_reference< reference_wrapper< T > > | Reference_wrapper的特化版本 |
| Csql_builder::update_data | UPDATE语句的数据结构 |
| Cmap< Key, T, Compare, Alloc >::value_compare | 值比较函数对象 |
| Cmultimap< Key, T, Compare, Alloc >::value_compare | 值比较函数对象 |
| Cvariant_alternative< Variant, Idx > | 获取变体中指定索引位置的类型 |
| Cvariant_index< Variant, T > | 获取类型在变体中的索引 |
| Cvector< atomic< worker_context * > > | |
| Cvector< basic_string< char > > | |
| Cvector< basic_string_view< char > > | |
| Cvector< hashtable_node< pair< const aiocb_type *, async_context * > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, basic_string< char > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, cmdline::option * > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, function< void(session_ptr)> > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, http_content > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, http_cookie > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, http_session > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, pair< dns_query_result, steady_clock::time_point > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, rate_limit_info > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, shared_ptr< yaml_value > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< dynamic_library > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< env_variable > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_property > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< ini_section > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< iplugin, plugin_deleter > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< json_value > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_function > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< meta_property > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, unique_ptr< toml_value > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, vector< basic_string< char > > > > > | |
| Cvector< hashtable_node< pair< const basic_string< char >, vector< route_entry > > > > | |
| Cvector< hashtable_node< pair< const char, cmdline::option * > > > | |
| Cvector< hashtable_node< pair< const id_type, unique_ptr< lazy_thread > > > > | |
| Cvector< hashtable_node< pair< const id_type, worker_context > > > | |
| Cvector< hashtable_node< pair< const Key, list_iterator > > > | |
| Cvector< hashtable_node< pair< const Key, time_point > > > | |
| Cvector< hashtable_node< pair< const signal_event, function< bool(signal_event, void *)> > > > | |
| Cvector< hashtable_node< pair< const type_id, unique_ptr< meta_type > > > > | |
| Cvector< hashtable_node< Value > > | |
| Cvector< pair< size_t, size_t > > | |
| Cvector< shared_ptr< log_sink > > | |
| Cvector< shared_ptr< websocket_session > > | |
| Cvector< shared_ptr< yaml_value > > | |
| Cvector< unique_ptr< http_filter > > | |
| Cvector< unique_ptr< json_value > > | |
| Cvector< unique_ptr< toml_value > > | |
| Cvector< vector< char > > | |
| Cview_base< Derived > | 范围视图的基类模板 |
| Cview_base< common_view< V > > | |
| Cview_base< concat_view< V1, V2 > > | |
| Cview_base< counted_view< Iter > > | |
| Cview_base< drop_view< V > > | |
| Cview_base< drop_while_view< V, Pred > > | |
| Cview_base< element_view< N, V > > | |
| Cview_base< filter_view< V, Pred > > | |
| Cview_base< iota_view< T > > | |
| Cview_base< join_view< V > > | |
| Cview_base< owning_view< R > > | |
| Cview_base< ref_view< R > > | |
| Cview_base< repeat_view< T > > | |
| Cview_base< reverse_view< V > > | |
| Cview_base< slice_view< V > > | |
| Cview_base< split_view< V, T > > | |
| Cview_base< subrange_view< Iterator > > | |
| Cview_base< take_view< V > > | |
| Cview_base< take_while_view< V, Pred > > | |
| Cview_base< transform_view< V, Func > > | |
| Cvirtual_thread | 虚拟线程类 |
| Cvirtual_thread_awaiter | 虚拟线程等待器 |
| Cvirtual_thread_scheduler | 虚拟线程调度器 |
| Cvirtual_thread_task | 虚拟线程任务 |
| Cweak_ptr< T > | 弱智能指针类模板 |
| Cwebsocket_frame_header | WebSocket帧头部结构 |
| Cwebsocket_server | WebSocket服务器类 |
| Cworker_context | 工作线程上下文 |
| CXOR | XOR异或加密结构体 |
| Czlib_compressor | ZLib压缩解压缩工具类 |