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

Public Types

using value_type = T
 
using allocator_type = Allocator
 

Public Member Functions

 move_only_inefficient_move_assignment (std::initializer_list< T > list)
 
 move_only_inefficient_move_assignment (std::initializer_list< T > list, const allocator_type &a)
 
 move_only_inefficient_move_assignment (const allocator_type &a)
 
 move_only_inefficient_move_assignment (const move_only_inefficient_move_assignment &)=delete
 
 move_only_inefficient_move_assignment (move_only_inefficient_move_assignment &&) noexcept=default
 
 move_only_inefficient_move_assignment (move_only_inefficient_move_assignment &&other, const allocator_type &a)
 
move_only_inefficient_move_assignmentoperator= (const move_only_inefficient_move_assignment &)=delete
 
move_only_inefficient_move_assignmentoperator= (move_only_inefficient_move_assignment &&other)
 
void swap (move_only_inefficient_move_assignment &other) noexcept(noexcept(std::ranges::swap(this->x, other.x)))
 

Public Attributes

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

Friends

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

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