LLVM  4.0.0
Public Member Functions | List of all members
llvm::identity< Ty > Struct Template Reference

#include <STLExtras.h>

Inheritance diagram for llvm::identity< Ty >:
[legend]
Collaboration diagram for llvm::identity< Ty >:
[legend]

Public Member Functions

Ty & operator() (Ty &self) const
 
const Ty & operator() (const Ty &self) const
 

Detailed Description

template<class Ty>
struct llvm::identity< Ty >

Definition at line 54 of file STLExtras.h.

Member Function Documentation

template<class Ty>
Ty& llvm::identity< Ty >::operator() ( Ty &  self) const
inline

Definition at line 55 of file STLExtras.h.

template<class Ty>
const Ty& llvm::identity< Ty >::operator() ( const Ty &  self) const
inline

Definition at line 58 of file STLExtras.h.


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