|
LLVM
4.0.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 86 of file STLExtras.h.
|
inline |
Definition at line 98 of file STLExtras.h.
|
inline |
Definition at line 104 of file STLExtras.h.
1.8.6