LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
llvm::is_simple_type< X > Struct Template Reference

#include <Casting.h>

Collaboration diagram for llvm::is_simple_type< X >:
Collaboration graph
[legend]

Static Public Attributes

static const bool value
 

Detailed Description

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

Definition at line 209 of file Casting.h.

Member Data Documentation

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

Definition at line 210 of file Casting.h.


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