Consider the following code: // Code in italics is wrong. struct Point3D { float x, y, z; }; std::atomic<Point3D> currentPoint; ...
確定! 回上一頁