Wording for GB 58 (original) (raw)

Note that the wording below goes slightly beyond the scope of GB 58 by removinginsert_return_type from multimap, multiset,unordered_multimap, and unordered_multiset. It was a mistake to put insert_return_type into these containers, and it is unused in these containers.

bool inserted;
NodeType node;
};

The name _INSERTRETURNTYPE_ is exposition only._INSERTRETURNTYPE_ has the template parameters, data members, and special members specified above. It has no base classes or members other than those specified.