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