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

Public Types

using value_type = T
 
using allocator_type = Allocator
 

Public Member Functions

 move_only_broken_swap (std::initializer_list< T > list)
 
 move_only_broken_swap (std::initializer_list< T > list, const allocator_type &a)
 
 move_only_broken_swap (const move_only_broken_swap &)=delete
 
 move_only_broken_swap (move_only_broken_swap &&) noexcept=default
 
 move_only_broken_swap (move_only_broken_swap &&other, const allocator_type &a)
 
move_only_broken_swapoperator= (const move_only_broken_swap &)=delete
 
move_only_broken_swapoperator= (move_only_broken_swap &&)=default
 

Public Attributes

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

Friends

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

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