LLVM API Documentation

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

#include <type_traits.h>

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

Additional Inherited Members

- Public Types inherited from llvm::enable_if_c< Cond::value, T >
typedef T type
 

Detailed Description

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

Definition at line 187 of file type_traits.h.


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