LLVM
8.0.1
|
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
function_ref ()=default | |
function_ref (std::nullptr_t) | |
template<typename Callable > | |
function_ref (Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr) | |
Ret | operator() (Params ...params) const |
operator bool () const | |
Definition at line 120 of file STLExtras.h.
|
default |
|
inline |
Definition at line 132 of file STLExtras.h.
|
inline |
Definition at line 135 of file STLExtras.h.
|
inline |
Definition at line 146 of file STLExtras.h.
|
inline |
Definition at line 142 of file STLExtras.h.