|
LLVM 23.0.0git
|
Stores a callable as a data member. More...
#include "llvm/ADT/STLForwardCompat.h"
Public Member Functions | |
| template<typename FnArgT> | |
| constexpr | FnHolder (FnArgT &&F) |
| constexpr FnT & | get () |
| constexpr const FnT & | get () const |
Public Attributes | |
| FnT | Fn |
Stores a callable as a data member.
Definition at line 201 of file STLForwardCompat.h.
|
inlineexplicitconstexpr |
Definition at line 205 of file STLForwardCompat.h.
|
inlineconstexpr |
Definition at line 207 of file STLForwardCompat.h.
References Fn.
|
inlineconstexpr |
Definition at line 208 of file STLForwardCompat.h.
References Fn.
| FnT llvm::detail::FnHolder< FnT >::Fn |
Definition at line 202 of file STLForwardCompat.h.
Referenced by FnHolder(), get(), and get().