static assert

suggest change

Versions

[{“Name”:“C++11”,“GroupName”:null},{“Name”:“C++14”,“GroupName”:null},{“Name”:“C++17”,“GroupName”:null}]

Syntax

Parameters

Parameter | Details | —— | —— |bool_constexpr | Expression to check |message | Message to print when bool_constexpr is false |

Remarks

Unlike runtime assertions, static assertions are checked at compile-time and are also enforced when compiling optimized builds.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents