#include <RangeForWrapper.h>
template<typename BaseRange, bool SameIteratorsType = details::RangeForWrapperTraits<std::decay_t<BaseRange>>::sameIteratorTypes>
struct util::details::WrapRangeForDispatcher< BaseRange, SameIteratorsType >
Wraps an object for use in a range-for loop (same iterator types: pass through)
Definition at line 381 of file RangeForWrapper.h.
The documentation for this struct was generated from the following file: