mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
5 lines
250 B
Text
5 lines
250 B
Text
The C++17 standard allows lambda expressions to be
|
|
hi(lambda: constexpr) constant expressions. They can be either explicitly
|
|
or implicitly be defined as constant expressions.
|
|
|
|
A lambda expression can be used inside a constant expression if
|