template <
    typename Executor,
    typename Parameters,
    int _concept_requires_73 = 42,
    typename std::enable_if<
        (_concept_requires_73 == 43) ||
            (pika::traits::is_executor_parameters<
                 Parameters>::value &&
             check_for_property<
                 Parameters>::value),
        int>::type _concept_check_73 = 0>
inline decltype(auto) tag_fallback_invoke(
    pika::parallel::execution::detail::
        with_property_t<
            pika::parallel::execution::detail::
                get_chunk_size_property,
            has_get_chunk_size_t>::
            derived_propery_t,
    Executor&& exec,
    Parameters&& params,
    pika::parallel::execution::detail::
        get_chunk_size_property)

Description

////////////////////////////////////////////////////////////////

Declared at: libs/pika/execution/include/pika/execution/executors/execution_parameters.hpp:75

Parameters

pika::parallel::execution::detail:: with_property_t< pika::parallel::execution::detail:: get_chunk_size_property, has_get_chunk_size_t>::derived_propery_t
Executor&& exec
Parameters&& params
pika::parallel::execution::detail:: get_chunk_size_property