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