struct function_ref_vtable
Declaration
template <typename Sig>
struct function_ref_vtable : public callable_info_vtable { /* full declaration omitted */ };Declared at: libs/pika/functional/include/pika/functional/function_ref.hpp:33
Inherits from: callable_info_vtable
Method Overview
- public template <typename T>constexpr function_ref_vtable<Sig>(construct_vtable<T>) noexcept
Inherited from callable_info_vtable:
Methods
template <typename T>
constexpr function_ref_vtable<Sig>(
construct_vtable<T>) noexcept
template <typename T>
constexpr function_ref_vtable<Sig>(
construct_vtable<T>) noexceptDeclared at: libs/pika/functional/include/pika/functional/function_ref.hpp:38
Parameters
- construct_vtable<T>