template <class T> using list = std::list<T, std::pmr::polymorphic_allocator<T>>;. } (2), (since C++17). std::list is a container that ...
確定! 回上一頁