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