Sequoia
|
Classes | |
struct | alloc_acquirer |
Public Types | |
using | product_type = Handle |
using | allocator_type = Allocator |
using | container_type = std::vector< product_type, allocator_type > |
Public Member Functions | |
perfectly_sharing_beast (const allocator_type &a) | |
perfectly_sharing_beast (std::initializer_list< T > list, const allocator_type &a=allocator_type{}) | |
perfectly_sharing_beast (const perfectly_sharing_beast &other) | |
perfectly_sharing_beast (const perfectly_sharing_beast &other, const allocator_type &a) | |
perfectly_sharing_beast (perfectly_sharing_beast &&) noexcept=default | |
perfectly_sharing_beast (perfectly_sharing_beast &&other, const allocator_type &a) | |
perfectly_sharing_beast & | operator= (const perfectly_sharing_beast &other) |
perfectly_sharing_beast & | operator= (perfectly_sharing_beast &&)=default |
void | swap (perfectly_sharing_beast &other) noexcept(noexcept(std::ranges::swap(this->x, other.x))) |
void | reset (const allocator_type &a) |
Public Attributes | |
container_type | x {} |
Friends | |
void | swap (perfectly_sharing_beast &lhs, perfectly_sharing_beast &rhs) noexcept(noexcept(lhs.swap(rhs))) |
bool | operator== (const perfectly_sharing_beast &lhs, const perfectly_sharing_beast &rhs) noexcept |
bool | operator!= (const perfectly_sharing_beast &lhs, const perfectly_sharing_beast &rhs) noexcept |
template<class Stream > | |
Stream & | operator<< (Stream &s, const perfectly_sharing_beast &b) |