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

Public Types

using allocator_type = Allocator
 

Public Member Functions

 broken_swap (std::initializer_list< T > list)
 
 broken_swap (std::initializer_list< T > list, const allocator_type &a)
 
 broken_swap (const broken_swap &)=default
 
 broken_swap (const broken_swap &other, const allocator_type &a)
 
 broken_swap (broken_swap &&) noexcept=default
 
 broken_swap (broken_swap &&other, const allocator_type &a)
 
broken_swapoperator= (const broken_swap &)=default
 
broken_swapoperator= (broken_swap &&) noexcept=default
 

Public Attributes

std::vector< T, Allocator > x {}
 

Friends

void swap (broken_swap &, broken_swap &) noexcept
 
bool operator== (const broken_swap &lhs, const broken_swap &rhs) noexcept=default
 
template<class Stream >
Stream & operator<< (Stream &s, const broken_swap &b)
 

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