struct IsValidOptionType
Declaration
template <typename T>
struct IsValidOptionType { /* full declaration omitted */ };
Description
A type trait that returns true iff the given type is a type that can be stored in a refactoring option.
Declared at: clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h:55
Templates
- T