struct calculate_distance
Declaration
template <typename Iterable, typename Enable = void>
struct calculate_distance { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/execution/include/pika/execution/algorithms/detail/predicates.hpp:72
Method Overview
- public template <typename T1, typename T2>static inline constexpr std::size_t call(T1 t1, T2 t2)
Methods
template <typename T1, typename T2>
static inline constexpr std::size_t call(T1 t1,
T2 t2)
template <typename T1, typename T2>
static inline constexpr std::size_t call(T1 t1,
T2 t2)Declared at: libs/pika/execution/include/pika/execution/algorithms/detail/predicates.hpp:75
Parameters
- T1 t1
- T2 t2