enum InitializationSequence::SequenceKind
Description
Describes the kind of initialization sequence computed.
Declared at: clang/include/clang/Sema/Initialization.h:791
Enumerators
Name | Value | Comment |
---|---|---|
FailedSequence | 0 | A failed initialization sequence. The failure kind tells what happened. |
DependentSequence | 1 | A dependent initialization, which could not be type-checked due to the presence of dependent types or dependently-typed expressions. |
NormalSequence | 2 | A normal sequence. |