|
LLVM 23.0.0git
|
#include "llvm/ADT/STLForwardCompat.h"
Public Member Functions | |
| template<typename FnArgT, typename... BoundArgsArgT> | |
| constexpr | BindStorage (RuntimeFnTag, FnArgT &&F, BoundArgsArgT &&...Args) |
| template<typename... BoundArgsArgT> | |
| constexpr | BindStorage (ConstantFnTag, BoundArgsArgT &&...Args) |
| template<typename... CallArgsT> | |
| constexpr decltype(auto) | operator() (CallArgsT &&...CallArgs) |
| template<typename... CallArgsT> | |
| constexpr decltype(auto) | operator() (CallArgsT &&...CallArgs) const |
Definition at line 244 of file STLForwardCompat.h.
|
inlineconstexpr |
Definition at line 253 of file STLForwardCompat.h.
References F.
|
inlineconstexpr |
Definition at line 259 of file STLForwardCompat.h.
|
inlineconstexpr |
Definition at line 263 of file STLForwardCompat.h.
References llvm::invoke().
|
inlineconstexpr |
Definition at line 273 of file STLForwardCompat.h.
References llvm::invoke().