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