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