YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::AllCombinatorBase< O, V > Struct Template Reference

#include <when_all_impl.hpp>

Inheritance diagram for yaclib::detail::AllCombinatorBase< O, V >:
[legend]
Collaboration diagram for yaclib::detail::AllCombinatorBase< O, V >:
[legend]

Public Types

using FutureValue = std::vector< V >
 

Public Attributes

yaclib_std::atomic_bool _done = false
 

Detailed Description

template<OrderPolicy O, typename V>
struct yaclib::detail::AllCombinatorBase< O, V >

Definition at line 24 of file when_all_impl.hpp.

Member Typedef Documentation

◆ FutureValue

template<OrderPolicy O, typename V >
using yaclib::detail::AllCombinatorBase< O, V >::FutureValue = std::vector<V>

Definition at line 25 of file when_all_impl.hpp.

Member Data Documentation

◆ _done

Definition at line 27 of file when_all_impl.hpp.


The documentation for this struct was generated from the following file: