":296" = "---"; ":335" = "---"; ":379" = "---"; ":392" = "---"; ":399" = "---"; ":411" = "---"; ":432" = "---"; ":453" = "Postconditions:;; `size() == 0` Requires:;; If the defaults are used, `hasher`, `key_equal` and `allocator_type` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":456" = "---"; ":470" = "Postconditions:;; `size() == 0` Requires:;; If the defaults are used, `hasher`, `key_equal` and `allocator_type` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":473" = "---"; ":489" = "Requires:;; If the defaults are used, `hasher`, `key_equal` and `allocator_type` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":491" = "---"; ":506" = "---"; ":519" = "Concurrency:;; Blocking on `other`."; ":521" = "---"; ":532" = "Requires:;; `hasher`, `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":534" = "---"; ":543" = "---"; ":553" = "Concurrency:;; Blocking on `other`."; ":555" = "---"; ":570" = "Concurrency:;; Blocking on `other`."; ":572" = "---"; ":589" = "---"; ":604" = "Requires:;; If the defaults are used, `hasher`, `key_equal` and `allocator_type` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":606" = "---"; ":619" = "---"; ":632" = "---"; ":644" = "Requires:;; `hasher`, `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":646" = "---"; ":659" = "Requires:;; `key_equal` needs to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":661" = "---"; ":672" = "Requires:;; `hasher` and `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":674" = "---"; ":685" = "Requires:;; `hasher` and `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":687" = "---"; ":699" = "Requires:;; `key_equal` needs to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^]."; ":701" = "---"; ":712" = "---"; ":730" = "---"; ":749" = "---"; ":762" = "---"; ":783" = "---"; ":818" = "---"; ":833" = "---"; ":854" = "---"; ":870" = "---"; ":896" = "---"; ":909" = "---"; ":924" = "---"; ":935" = "---"; ":951" = "---"; ":958" = "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key."; ":961" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/CopyInsertable[CopyInsertable^]. Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`."; ":965" = "---"; ":972" = "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key."; ":979" = "---"; ":994" = "---"; ":1001" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1008" = "Returns:;; The number of elements inserted."; ":1010" = "---"; ":1017" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1024" = "Returns:;; The number of elements inserted."; ":1026" = "---"; ":1037" = "Returns:;; An `insert_return_type` object constructed from `inserted` and `node`: +"; ":1038" = "If `nh` is empty, `inserted` is `false` and `node` is empty."; ":1039" = "Otherwise if the insertion took place, `inserted` is true and `node` is empty."; ":1040" = "If the insertion failed, `inserted` is false and `node` has the previous value of `nh`."; ":1045" = "---"; ":1062" = "---"; ":1070" = "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key. Otherwise, invokes `f` with a const reference to the equivalent element."; ":1074" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/CopyInsertable[CopyInsertable^]. Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`."; ":1078" = "---"; ":1086" = "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key. Otherwise, invokes `f` with a const reference to the equivalent element."; ":1090" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/MoveInsertable[MoveInsertable^]. Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`."; ":1094" = "---"; ":1106" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/EmplaceConstructible[EmplaceConstructible^] from `k`. Returns:;; `true` if an insert took place. Concurrency:;; Blocking on rehashing of `*this`. Notes:;; These overloads only participate in overload resolution if `Hash::is_transparent` and `Pred::is_transparent` are valid member typedefs. The library assumes that `Hash` is callable with both `K` and `Key` and that `Pred` is transparent. This enables heterogeneous lookup which avoids the cost of instantiating an instance of the `Key` type."; ":1111" = "---"; ":1121" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1128" = "Returns:;; The number of elements inserted."; ":1130" = "---"; ":1138" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1145" = "Returns:;; The number of elements inserted."; ":1147" = "---"; ":1160" = "Returns:;; An `insert_return_type` object constructed from `inserted` and `node`: +"; ":1161" = "If `nh` is empty, `inserted` is `false` and `node` is empty."; ":1162" = "Otherwise if the insertion took place, `inserted` is true and `node` is empty."; ":1163" = "If the insertion failed, `inserted` is false and `node` has the previous value of `nh`."; ":1168" = "---"; ":1188" = "---"; ":1201" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/CopyInsertable[CopyInsertable^]. Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`."; ":1205" = "---"; ":1218" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/MoveInsertable[MoveInsertable^]. Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`."; ":1222" = "---"; ":1235" = "Requires:;; `value_type` is https://en.cppreference.com/w/cpp/named_req/EmplaceConstructible[EmplaceConstructible^] from `k`. Returns:;; `true` if an insert took place. Concurrency:;; Blocking on rehashing of `*this`. Notes:;; These overloads only participate in overload resolution if `Hash::is_transparent` and `Pred::is_transparent` are valid member typedefs. The library assumes that `Hash` is callable with both `K` and `Key` and that `Pred` is transparent. This enables heterogeneous lookup which avoids the cost of instantiating an instance of the `Key` type."; ":1240" = "---"; ":1250" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1257" = "Returns:;; The number of elements inserted."; ":1259" = "---"; ":1269" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1276" = "Returns:;; The number of elements inserted."; ":1278" = "---"; ":1294" = "Returns:;; An `insert_return_type` object constructed from `inserted` and `node`: +"; ":1295" = "If `nh` is empty, `inserted` is `false` and `node` is empty."; ":1296" = "Otherwise if the insertion took place, `inserted` is true and `node` is empty."; ":1297" = "If the insertion failed, `inserted` is false and `node` has the previous value of `nh`."; ":1302" = "---"; ":1317" = "---"; ":1334" = "---"; ":1336" = "erase_if"; ":1347" = "---"; ":1365" = "---"; ":1382" = "---"; ":1397" = "---"; ":1412" = "---"; ":1425" = "---"; ":1441" = "---"; ":1453" = "---"; ":1463" = "---"; ":1473" = "---"; ":1491" = "---"; ":1507" = "---"; ":1518" = "---"; ":1530" = "---"; ":1541" = "---"; ":1551" = "---"; ":1568" = "---"; ":1597" = "---"; ":1610" = "---"; ":1621" = "---"; ":1655" = "Concurrency:;; Blocking on `x` and `y`. Notes:;; Behavior is undefined if the two tables don't have equivalent equality predicates."; ":1658" = "---"; ":1670" = "Concurrency:;; Blocking on `x` and `y`. Notes:;; Behavior is undefined if the two tables don't have equivalent equality predicates."; ":1673" = "---"; ":1683" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1689" = "---"; ":1691" = "erase_if"; ":1698" = "Equivalent to [listing,subs=\"+macros,+quotes\"]"; ":1721" = "---";