2016-12-20から1日間の記事一覧

【C++】constとconstexprの違い

個人メモ. 下記から引用 http://kaworu.jpn.org/cpp/constexpr https://cpprefjp.github.io/lang/cpp11/constexpr.html C++の定数 C++の定数は2種類ある コンパイル時定数 コンパイル時に値が決定されると規格によって定められた定数 固定長配列のサイズや…