cpp #include <iostream> #include <chrono> #include <memory> struct IFoo { virtual std::chrono::system_clock::time_point test() = 0; }; ...
確定! 回上一頁