... size_t Size> using _container = const std::array<T, Size>; template <class T> using _ptr = std::shared_ptr<T>; // is it possible to combine this 2 types ...
確定! 回上一頁