constexpr

From RAD Studio
Jump to: navigation, search

Go Up to Keywords, Alphabetical Listing Index


Category

Reserved Words (C++)

Syntax

constexpr

Description

The keyword is supported by the clang-based compiler, but is not supported by the classic compiler. It is used to describe an expression as a constant expression.