最終更新日:2022/12/24
Since C++11, the auto keyword is used to tell the compiler to deduce the actual type of a variable that is being declared from its initializer.
編集履歴(0)
Since C++11, the auto keyword is used to tell the compiler to deduce the actual type of a variable that is being declared from its initializer.