LLVM 20.0.0git
|
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
Callable ()=default | |
template<typename FnPtrOrRef , std::enable_if_t< !std::is_same_v< remove_cvref_t< FnPtrOrRef >, Callable >, int > = 0> | |
Callable (FnPtrOrRef &&F) | |
template<typename... Pn, std::enable_if_t< std::is_invocable_v< T, Pn... >, int > = 0> | |
decltype(auto) | operator() (Pn &&...Params) const |
bool | valid () const |
void | reset () |
operator T const & () const | |
Definition at line 262 of file STLExtras.h.
|
default |
|
inline |
Definition at line 295 of file STLExtras.h.
|
inline |
Definition at line 306 of file STLExtras.h.
|
inline |
Definition at line 299 of file STLExtras.h.
|
inline |
Definition at line 304 of file STLExtras.h.
|
inline |
Definition at line 303 of file STLExtras.h.