Header <unordered_map> implementation status Reference Implementation : Cannot implement with language itself. Need compiler support. Used C++ N STL : Partially implemented with C++ N : Fully implemented with C++ N : Not yet implemented Features Standard Implemented in Includes <compare> <initializer_list> Classes unordered_map unordered_multimap Functions operator== operator!= ss::swap(ss::unordered_map) erase_if(ss::unordered_map) operator== operator!= ss::swap(ss::unordered_multimap) erase_if(ss::unordered_multimap) Range access begin cbegin end cend rbegin crbegin rend crend size ssize empty data