... atomic increment return std::hypot(x, y); // std::hypot is // new in C++11 } private: mutable std::atomic<unsigned> callCount{ 0 }; double x, y; ...
確定! 回上一頁