template <typename Future, std::size_t N>
void throw_if_exceptional(
const std::array<Future, N>& values)
template <typename Future, std::size_t N>
void throw_if_exceptional(
const std::array<Future, N>& values)Declared at: libs/pika/async_combinators/include/pika/async_combinators/detail/throw_if_exceptional.hpp:50
Parameters
- const std::array<Future, N>& values