Category
Statements, C++-Specific Keywords
Syntax
static_assert (constant-expression, error-message);
Description
The static_assert keyword is used to test assertions at compile-time, rather than at preprocessor or run-time.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|