File unordered_map.h File List > common > unordered_map.h Go to the documentation of this file #pragma once #include <memory_resource> #include <unordered_map> namespace uipc { using std::pmr::unordered_map; } // namespace uipc