|
YACLib
C++ library for concurrent tasks execution
|
Go to the source code of this file.
Namespaces | |
| namespace | yaclib |
| namespace | yaclib::detail |
Typedefs | |
| template<typename Range > | |
| using | yaclib::detail::RangeIterator = std::decay_t< decltype(std::begin(std::declval< Range & >()))> |
| template<typename Range > | |
| using | yaclib::detail::RangeSentinel = std::decay_t< decltype(std::end(std::declval< Range & >()))> |