|
Sequoia
|
Public Types | |
| using | allocator_type = Allocator |
Public Member Functions | |
| inefficient_para_move (std::initializer_list< T > list) | |
| inefficient_para_move (std::initializer_list< T > list, const allocator_type &a) | |
| inefficient_para_move (const inefficient_para_move &other)=default | |
| inefficient_para_move (const inefficient_para_move &other, const allocator_type &a) | |
| inefficient_para_move (inefficient_para_move &&other)=default | |
| inefficient_para_move (inefficient_para_move &&other, const allocator_type &a) | |
| inefficient_para_move & | operator= (const inefficient_para_move &)=default |
| inefficient_para_move & | operator= (inefficient_para_move &&)=default |
Public Attributes | |
| std::vector< T, Allocator > | x {} |
Friends | |
| void | swap (inefficient_para_move &lhs, inefficient_para_move &rhs) |
| bool | operator== (const inefficient_para_move &lhs, const inefficient_para_move &rhs) noexcept |
| bool | operator!= (const inefficient_para_move &lhs, const inefficient_para_move &rhs) noexcept |
| template<class Stream > | |
| Stream & | operator<< (Stream &s, const inefficient_para_move &b) |