template <typename Executor,
          typename Parameters,
          int _concept_requires_57 = 42,
          typename std::enable_if<
              (_concept_requires_57 == 43) ||
                  (!pika::traits::
                       is_executor_parameters<
                           Parameters>::value ||
                   !check_for_property<
                       Parameters>::value),
              int>::type _concept_check_57 = 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&&,
    Parameters&&,
    pika::parallel::execution::detail::
        get_chunk_size_property prop)

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

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&&
Parameters&&
pika::parallel::execution::detail:: get_chunk_size_property prop