Static Public Attributes | List of all members
clang::insights::IsClangNewerThan< MAJOR > Struct Template Reference

#include "ClangCompat.h"

Collaboration diagram for clang::insights::IsClangNewerThan< MAJOR >:
Collaboration graph
[legend]

Static Public Attributes

constexpr static bool value {CLANG_VERSION_MAJOR > MAJOR}
 

Detailed Description

template<unsigned int MAJOR>
struct clang::insights::IsClangNewerThan< MAJOR >

Definition at line 22 of file ClangCompat.h.

Member Data Documentation

◆ value

template<unsigned int MAJOR>
constexpr static bool clang::insights::IsClangNewerThan< MAJOR >::value {CLANG_VERSION_MAJOR > MAJOR}
inlinestaticconstexpr

Definition at line 25 of file ClangCompat.h.


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