enum CapturedStmt::VariableCaptureKind

Description

The different capture forms: by 'this', by reference, capture for variable-length array type etc.

Declared at: clang/include/clang/AST/Stmt.h:3536

Enumerators

NameValueComment
VCK_This0
VCK_ByRef1
VCK_ByCopy2
VCK_VLAType3