struct future_unwrap_until_depth
Declaration
template <std::size_t Depth>
struct future_unwrap_until_depth { /* full declaration omitted */ };Description
A mapper that maps futures to its representing type The mapper does unwrap futures nested inside futures until the particular given depth. - Depth > 1 -> Depth remaining - Depth == 1 -> One depth remaining - Depth == 0 -> Unlimited depths
Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/unwrap_impl.hpp:47