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