LLVM 20.0.0git
|
#include "llvm/ADT/identity.h"
Public Types | |
using | is_transparent = void |
using | argument_type = Ty |
Public Member Functions | |
Ty & | operator() (Ty &self) const |
const Ty & | operator() (const Ty &self) const |
Definition at line 22 of file identity.h.
using llvm::identity< Ty >::argument_type = Ty |
Definition at line 24 of file identity.h.
using llvm::identity< Ty >::is_transparent = void |
Definition at line 23 of file identity.h.
|
inline |
Definition at line 29 of file identity.h.
|
inline |
Definition at line 26 of file identity.h.