{
    "": "Requires:;; `x.key_equal()` is functionally equivalent to `other.key_equal()`. Concurrency:;; Blocking on `x`.",
    ":347": "---",
    ":388": "---",
    ":432": "---",
    ":445": "---",
    ":452": "---",
    ":464": "---",
    ":485": "---",
    ":495": "---",
    ":508": "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^].",
    ":511": "---",
    ":525": "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^].",
    ":528": "---",
    ":544": "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^].",
    ":546": "---",
    ":561": "---",
    ":574": "Concurrency:;; Blocking on `other`.",
    ":576": "---",
    ":587": "Requires:;; `hasher`, `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^].",
    ":589": "---",
    ":598": "---",
    ":608": "Concurrency:;; Blocking on `other`.",
    ":610": "---",
    ":625": "Concurrency:;; Blocking on `other`.",
    ":627": "---",
    ":644": "---",
    ":659": "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^].",
    ":661": "---",
    ":674": "---",
    ":687": "---",
    ":699": "Requires:;; `hasher`, `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^].",
    ":701": "---",
    ":714": "Requires:;; `key_equal` needs to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^].",
    ":716": "---",
    ":727": "Requires:;; `hasher` and `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^].",
    ":729": "---",
    ":740": "Requires:;; `hasher` and `key_equal` need to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^].",
    ":742": "---",
    ":754": "Requires:;; `key_equal` needs to be https://en.cppreference.com/w/cpp/named_req/DefaultConstructible[DefaultConstructible^].",
    ":756": "---",
    ":767": "---",
    ":785": "---",
    ":805": "---",
    ":818": "---",
    ":840": "---",
    ":876": "---",
    ":892": "---",
    ":913": "---",
    ":930": "---",
    ":957": "---",
    ":970": "---",
    ":985": "---",
    ":996": "---",
    ":1013": "---",
    ":1021": "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key.",
    ":1029": "---",
    ":1037": "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key.",
    ":1045": "---",
    ":1052": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1059": "Returns:;; The number of elements inserted.",
    ":1061": "---",
    ":1068": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1075": "Returns:;; The number of elements inserted.",
    ":1077": "---",
    ":1088": "Returns:;; An `insert_return_type` object constructed from `inserted` and `node`: +",
    ":1089": "If `nh` is empty, `inserted` is `false` and `node` is empty.",
    ":1090": "Otherwise if the insertion took place, `inserted` is true and `node` is empty.",
    ":1091": "If the insertion failed, `inserted` is false and `node` has the previous value of `nh`.",
    ":1096": "---",
    ":1113": "---",
    ":1123": "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 reference to the equivalent element; such reference is const iff a `*_cvisit` overload is used.",
    ":1133": "---",
    ":1143": "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 reference to the equivalent element; such reference is const iff a `*_cvisit` overload is used.",
    ":1153": "---",
    ":1163": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1170": "Returns:;; The number of elements inserted.",
    ":1172": "---",
    ":1180": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1187": "Returns:;; The number of elements inserted.",
    ":1189": "---",
    ":1202": "Returns:;; An `insert_return_type` object constructed from `inserted` and `node`: +",
    ":1203": "If `nh` is empty, `inserted` is `false` and `node` is empty.",
    ":1204": "Otherwise if the insertion took place, `inserted` is true and `node` is empty.",
    ":1205": "If the insertion failed, `inserted` is false and `node` has the previous value of `nh`.",
    ":1210": "---",
    ":1230": "---",
    ":1240": "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key, and then invokes `f1` with a non-const reference to the newly created element. Otherwise, invokes `f2` with a reference to the equivalent element; such reference is const iff a `*_cvisit` overload is used.",
    ":1251": "---",
    ":1261": "Inserts `obj` in the table if and only if there is no element in the table with an equivalent key, and then invokes `f1` with a non-const reference to the newly created element. Otherwise, invokes `f2` with a reference to the equivalent element; such reference is const iff a `*_cvisit` overload is used.",
    ":1272": "---",
    ":1282": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1289": "Returns:;; The number of elements inserted.",
    ":1291": "---",
    ":1301": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1308": "Returns:;; The number of elements inserted.",
    ":1310": "---",
    ":1326": "Returns:;; An `insert_return_type` object constructed from `inserted` and `node`: +",
    ":1327": "If `nh` is empty, `inserted` is `false` and `node` is empty.",
    ":1328": "Otherwise if the insertion took place, `inserted` is true and `node` is empty.",
    ":1329": "If the insertion failed, `inserted` is false and `node` has the previous value of `nh`.",
    ":1334": "---",
    ":1354": "value_type(std::piecewise_construct, std::forward_as_tuple(std::forward<Key>(k)), std::forward_as_tuple(std::forward<Args>(args)...))",
    ":1359": "value_type(std::piecewise_construct, std::forward_as_tuple(std::forward<K>(k)), std::forward_as_tuple(std::forward<Args>(args)...)) ```",
    ":1368": "--",
    ":1370": "---",
    ":1392": "Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`. Notes:;; No `value_type` is constructed if there is an element with an equivalent key; otherwise, the construction is of the form: + + -- ```c++",
    ":1400": "value_type(std::piecewise_construct, std::forward_as_tuple(std::forward<Key>(k)), std::forward_as_tuple(std::forward<Args>(args)...))",
    ":1405": "value_type(std::piecewise_construct, std::forward_as_tuple(std::forward<K>(k)), std::forward_as_tuple(std::forward<Args>(args)...)) ```",
    ":1414": "--",
    ":1416": "---",
    ":1439": "Returns:;; `true` if an insert took place. + Concurrency:;; Blocking on rehashing of `*this`. Notes:;; No `value_type` is constructed if there is an element with an equivalent key; otherwise, the construction is of the form: + + -- ```c++",
    ":1447": "value_type(std::piecewise_construct, std::forward_as_tuple(std::forward<Key>(k)), std::forward_as_tuple(std::forward<Args>(args)...))",
    ":1452": "value_type(std::piecewise_construct, std::forward_as_tuple(std::forward<K>(k)), std::forward_as_tuple(std::forward<Args>(args)...)) ```",
    ":1461": "--",
    ":1463": "---",
    ":1494": "---",
    ":1509": "---",
    ":1528": "---",
    ":1530": "erase_if",
    ":1541": "---",
    ":1559": "---",
    ":1576": "---",
    ":1591": "---",
    ":1606": "---",
    ":1619": "---",
    ":1635": "---",
    ":1647": "---",
    ":1657": "---",
    ":1667": "---",
    ":1685": "---",
    ":1701": "---",
    ":1712": "---",
    ":1724": "---",
    ":1735": "---",
    ":1745": "---",
    ":1762": "---",
    ":1791": "---",
    ":1804": "---",
    ":1815": "---",
    ":1874": "Concurrency:;; Blocking on `x` and `y`. Notes:;; Behavior is undefined if the two tables don't have equivalent equality predicates.",
    ":1877": "---",
    ":1889": "Concurrency:;; Blocking on `x` and `y`. Notes:;; Behavior is undefined if the two tables don't have equivalent equality predicates.",
    ":1892": "---",
    ":1902": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1908": "---",
    ":1910": "erase_if",
    ":1917": "Equivalent to [listing,subs=\"+macros,+quotes\"]",
    ":1941": "---"
}
