LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
llvm::enable_if_c< Cond, T > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for llvm::enable_if_c< Cond, T >:
Inheritance graph
[legend]

Public Types

typedef T type
 

Detailed Description

template<bool Cond, typename T = void>
struct llvm::enable_if_c< Cond, T >

Definition at line 179 of file type_traits.h.

Member Typedef Documentation

template<bool Cond, typename T = void>
typedef T llvm::enable_if_c< Cond, T >::type

Definition at line 180 of file type_traits.h.


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