clang-tools 19.0.0git
Static Public Member Functions | List of all members
clang::tidy::OptionEnumMapping< T > Struct Template Reference

This class should be specialized by any enum type that needs to be converted to and from an llvm::StringRef. More...

#include <ClangTidyCheck.h>

Static Public Member Functions

static ArrayRef< std::pair< T, StringRef > > getEnumMapping ()=delete
 

Detailed Description

template<class T>
struct clang::tidy::OptionEnumMapping< T >

This class should be specialized by any enum type that needs to be converted to and from an llvm::StringRef.

Definition at line 29 of file ClangTidyCheck.h.

Member Function Documentation

◆ getEnumMapping()

template<class T >
static ArrayRef< std::pair< T, StringRef > > clang::tidy::OptionEnumMapping< T >::getEnumMapping ( )
staticdelete

The documentation for this struct was generated from the following file: