LLVM 18.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 263 of file STLExtras.h.
|
default |
|
inline |
Definition at line 296 of file STLExtras.h.
|
inline |
Definition at line 307 of file STLExtras.h.
|
inline |
Definition at line 300 of file STLExtras.h.
|
inline |
Definition at line 305 of file STLExtras.h.
|
inline |
Definition at line 304 of file STLExtras.h.