static_assert
読み:スタティックアサート
外語:static_assert
C++11
以降の
C++の予約語
の一つ。
概要
assert
は実行時のアサーション機能である。
static_assertはコンパイル時点でアサーションを行なうことを目的としたものである。
再検索