[#ThreadPool-RangeFuture] = xref:ThreadPool.adoc[ThreadPool]::RangeFuture :relfileprefix: ../ :mrdocs: Future type holding the result of invoking an element of range R. == Synopsis Declared in `<util/threadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class R> using RangeFuture = xref:ThreadPool/Future.adoc[Future<std::ranges::range_reference_t<R>>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#