|
LLVM
3.7.0
|
#include <STLExtras.h>
Public Member Functions | |
| 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 |
Definition at line 69 of file STLExtras.h.
|
inline |
Definition at line 81 of file STLExtras.h.
|
inline |
Definition at line 87 of file STLExtras.h.
1.8.6