LLVM API Documentation
#include <STLExtras.h>
Public Member Functions | |
template<typename Callable > | |
function_ref (Callable &&callable) | |
Ret | operator() () const |
Definition at line 92 of file STLExtras.h.
llvm::function_ref< Ret()>::function_ref | ( | Callable && | callable | ) | [inline] |
Definition at line 103 of file STLExtras.h.
Ret llvm::function_ref< Ret()>::operator() | ( | ) | const [inline] |
Definition at line 106 of file STLExtras.h.