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