Sequoia
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
sequoia::testing::broken_deserialization< T, Allocator > Struct Template Reference

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_deserializationoperator= (const broken_deserialization &)=default
 
broken_deserializationoperator= (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 &)
 

The documentation for this struct was generated from the following file: