mirror of
https://github.com/boostorg/range.git
synced 2026-01-21 05:12:08 +00:00
The new adaptor is like boost::adaptors::indirected, but for std::reference_wrapper values (instead of pointer). It calls .get() on every value and returns the result. It is useful for range-based iteration of ranges of std::reference_wrapper (or related) types.
1023 B
1023 B