LLVM API Documentation
#include <STLExtras.h>
Public Types | |
typedef T1 & | first_type |
typedef T2 & | second_type |
Public Member Functions | |
tier (first_type f, second_type s) | |
tier & | operator= (const std::pair< T1, T2 > &p) |
Public Attributes | |
first_type | first |
second_type | second |
Definition at line 200 of file STLExtras.h.
typedef T1& llvm::tier< T1, T2 >::first_type |
Definition at line 201 of file STLExtras.h.
typedef T2& llvm::tier< T1, T2 >::second_type |
Definition at line 202 of file STLExtras.h.
|
inline |
Definition at line 207 of file STLExtras.h.
|
inline |
Definition at line 208 of file STLExtras.h.
References llvm::tier< T1, T2 >::first, and llvm::tier< T1, T2 >::second.
first_type llvm::tier< T1, T2 >::first |
Definition at line 204 of file STLExtras.h.
Referenced by llvm::tier< T1, T2 >::operator=().
second_type llvm::tier< T1, T2 >::second |
Definition at line 205 of file STLExtras.h.
Referenced by llvm::tier< T1, T2 >::operator=().