struct callable_info_vtable
Declaration
struct callable_info_vtable { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/functional/include/pika/functional/detail/vtable/callable_vtable.hpp:26
Method Overview
- public constexpr callable_info_vtable(construct_vtable<pika::util::detail::empty_function>) noexcept
- public template <typename T>constexpr callable_info_vtable(construct_vtable<T>) noexcept
Methods
constexpr callable_info_vtable(
construct_vtable<pika::util::detail::
empty_function>) noexcept
constexpr callable_info_vtable(
construct_vtable<pika::util::detail::
empty_function>) noexceptDeclared at: libs/pika/functional/include/pika/functional/detail/vtable/callable_vtable.hpp:70
Parameters
- construct_vtable< pika::util::detail::empty_function>
template <typename T>
constexpr callable_info_vtable(
construct_vtable<T>) noexcept
template <typename T>
constexpr callable_info_vtable(
construct_vtable<T>) noexceptDeclared at: libs/pika/functional/include/pika/functional/detail/vtable/callable_vtable.hpp:56
Parameters
- construct_vtable<T>