std::
flat_set
From cppreference.com
<
cpp
|
container
C++
Compiler support
Freestanding and hosted
Language
Standard library
Standard library headers
Named requirements
Feature test macros
(C++20)
Language support library
Concepts library
(C++20)
Metaprogramming library
(C++11)
Diagnostics library
General utilities library
Strings library
Containers library
Iterators library
Ranges library
(C++20)
Algorithms library
Numerics library
Localizations library
Input/output library
Filesystem library
(C++17)
Regular expressions library
(C++11)
Concurrency support library
(C++11)
Technical specifications
Symbols index
External libraries
Containers library
Sequence
array
(C++11)
vector
vector
<bool>
deque
forward_list
(C++11)
list
Associative
set
multiset
map
multimap
Unordered associative
unordered_set
(C++11)
unordered_multiset
(C++11)
unordered_map
(C++11)
unordered_multimap
(C++11)
Adaptors
stack
queue
priority_queue
flat_set
(C++23)
flat_multiset
(C++23)
flat_map
(C++23)
flat_multimap
(C++23)
Views
span
(C++20)
mdspan
(C++23)
Iterator invalidation
Member function table
Non-member function table
std::flat_set
Member functions
flat_set::flat_set
flat_set::~flat_set
flat_set::operator=
Iterators
flat_set::begin
flat_set::cbegin
flat_set::end
flat_set::cend
flat_set::rbegin
flat_set::crbegin
flat_set::rend
flat_set::crend
Capacity
flat_set::empty
flat_set::size
flat_set::max_size
Modifiers
flat_set::clear
flat_set::insert
flat_set::insert_range
flat_set::emplace
flat_set::emplace_hint
flat_set::erase
flat_set::swap
flat_set::extract
flat_set::replace
Lookup
flat_set::count
flat_set::find
flat_set::contains
flat_set::equal_range
flat_set::lower_bound
flat_set::upper_bound
Observers
flat_set::key_comp
flat_set::value_comp
Non-member functions
swap
erase_if
operator==
operator<=>
Deduction guides
This section is incomplete