enum class Sema::AllowedExplicit

Declared at: clang/include/clang/Sema/Sema.h:3639

Enumerators

NameValueComment
None0Allow no explicit functions to be used.
Conversions1Allow explicit conversion functions but not explicit constructors.
All2Allow both explicit conversion functions and explicit constructors.