YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
容器适配器。 更多...
#include <container.hpp>
Public 成员函数 | |
container_adaptor (std::initializer_list< value_type > il) | |
container_adaptor & | operator= (std::initializer_list< value_type > il) |
container_adaptor & | operator= (const container_adaptor &)=default |
满足容器要求。 更多... | |
container_adaptor & | operator= (container_adaptor &&)=default |
void | swap (container_adaptor &c) |
Protected 类型 | |
using | container_type = _tSeqCon |
Private 类型 | |
using | base = container_type |
友元 | |
bool | operator== (const container_adaptor &x, const container_adaptor &y) |
满足容器要求。 更多... | |
using | value_type = typename container_type::value_type |
满足容器要求。 更多... | |
using | reference = typename container_type::reference |
using | const_reference = typename container_type::const_reference |
using | iterator = typename container_type::iterator |
using | const_iterator = typename container_type::const_iterator |
using | difference_type = typename container_type::difference_type |
using | size_type = typename container_type::size_type |
container_adaptor ()=default | |
container_adaptor (size_type n) | |
container_adaptor (size_type n, const value_type &value) | |
template<class _tIn > | |
container_adaptor (_tIn first, _tIn last) | |
container_adaptor (const container_adaptor &)=default | |
container_adaptor (container_adaptor &&)=default | |
容器适配器。
在文件 container.hpp 第 49 行定义.
|
private |
在文件 container.hpp 第 55 行定义.
using ystdex::container_adaptor< _tSeqCon >::const_iterator = typename container_type::const_iterator |
在文件 container.hpp 第 64 行定义.
using ystdex::container_adaptor< _tSeqCon >::const_reference = typename container_type::const_reference |
在文件 container.hpp 第 62 行定义.
|
protected |
在文件 container.hpp 第 52 行定义.
using ystdex::container_adaptor< _tSeqCon >::difference_type = typename container_type::difference_type |
在文件 container.hpp 第 65 行定义.
using ystdex::container_adaptor< _tSeqCon >::iterator = typename container_type::iterator |
在文件 container.hpp 第 63 行定义.
using ystdex::container_adaptor< _tSeqCon >::reference = typename container_type::reference |
在文件 container.hpp 第 61 行定义.
using ystdex::container_adaptor< _tSeqCon >::size_type = typename container_type::size_type |
在文件 container.hpp 第 66 行定义.
using ystdex::container_adaptor< _tSeqCon >::value_type = typename container_type::value_type |
满足容器要求。
在文件 container.hpp 第 60 行定义.
|
default |
|
inlineexplicit |
在文件 container.hpp 第 70 行定义.
|
inline |
在文件 container.hpp 第 73 行定义.
|
inline |
在文件 container.hpp 第 77 行定义.
|
default |
|
default |
|
inline |
在文件 container.hpp 第 90 行定义.
|
default |
|
default |
|
inline |
|
inline |
|
friend |
满足容器要求。
在文件 container.hpp 第 118 行定义.