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