struct polymorphic_executor_vtable
Declaration
template <typename Sig>
struct polymorphic_executor_vtable : public vtable_base { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////
Declared at: libs/pika/execution/include/pika/execution/executors/polymorphic_executor.hpp:547
Inherits from: vtable_base
Member Variables
Inherited from vtable_base:
Method Overview
- public template <typename T>constexpr polymorphic_executor_vtable<Sig>(construct_vtable<T>) noexcept
Inherited from vtable_base:
Methods
template <typename T>
constexpr polymorphic_executor_vtable<Sig>(
construct_vtable<T>) noexcept
template <typename T>
constexpr polymorphic_executor_vtable<Sig>(
construct_vtable<T>) noexceptDeclared at: libs/pika/execution/include/pika/execution/executors/polymorphic_executor.hpp:556
Parameters
- construct_vtable<T>