LLVM API Documentation

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

#include <type_traits.h>

Inheritance diagram for llvm::conditional< bool, T, F >:
Inheritance graph
[legend]

Public Types

typedef T type
 

Detailed Description

template<bool, typename T, typename F>
struct llvm::conditional< bool, T, F >

Definition at line 233 of file type_traits.h.

Member Typedef Documentation

template<bool , typename T, typename F>
typedef T llvm::conditional< bool, T, F >::type

Definition at line 233 of file type_traits.h.


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