LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::is_simple_type< X > Struct Template Reference

#include "llvm/Support/Casting.h"

Static Public Attributes

static const bool value
 

Detailed Description

template<class X>
struct llvm::is_simple_type< X >

Definition at line 232 of file Casting.h.

Member Data Documentation

◆ value

template<class X >
const bool llvm::is_simple_type< X >::value
static
Initial value:
=
std::is_same_v<X, typename simplify_type<X>::SimpleType>

Definition at line 233 of file Casting.h.


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