C++ 概念: ContiguousContainer

来自cppreference.com
< cpp‎ | concept
 
 
 

相接容器 (ContiguousContainer) 是于相接内存位置存储对象的容器 (Container) 。

[编辑] 要求

类型 X 满足相接容器 (ContiguousContainer) ,若

[编辑] 标准库中的相接容器 (ContiguousContainer)

存储并操作字符序列
(类模板) [编辑]
(C++11 起)
静态的相接数组
(类模板) [编辑]
动态的相接数组
(类模板) [编辑]