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

Public Types

using value_type = T
 
using allocator_type = Allocator
 

Public Member Functions

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

Public Attributes

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

Friends

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

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