LLVM API Documentation
#include <STLExtras.h>
Public Member Functions | |
| template<typename Callable > | |
| function_ref (Callable &&callable) | |
| Ret | operator() (Param1 param1) |
Definition at line 110 of file STLExtras.h.
| llvm::function_ref< Ret(Param1)>::function_ref | ( | Callable && | callable | ) | [inline] |
Definition at line 122 of file STLExtras.h.
| Ret llvm::function_ref< Ret(Param1)>::operator() | ( | Param1 | param1 | ) | [inline] |
Definition at line 125 of file STLExtras.h.