|
Sequoia
|
Public Types | |
| using | value_type = T |
| using | allocator_type = Allocator |
Public Member Functions | |
| move_only_inverted_comparisons (std::initializer_list< T > list) | |
| move_only_inverted_comparisons (std::initializer_list< T > list, const allocator_type &a) | |
| move_only_inverted_comparisons (const allocator_type &a) | |
| move_only_inverted_comparisons (const move_only_inverted_comparisons &)=delete | |
| move_only_inverted_comparisons (move_only_inverted_comparisons &&) noexcept=default | |
| move_only_inverted_comparisons (move_only_inverted_comparisons &&other, const allocator_type &a) | |
| move_only_inverted_comparisons & | operator= (const move_only_inverted_comparisons &)=delete |
| move_only_inverted_comparisons & | operator= (move_only_inverted_comparisons &&)=default |
| void | swap (move_only_inverted_comparisons &other) noexcept(noexcept(std::ranges::swap(this->x, other.x))) |
Public Attributes | |
| std::vector< T, Allocator > | x {} |