#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 383 of file RangeForWrapper.h.
The documentation for this struct was generated from the following file:
- /cvmfs/larsoft.opensciencegrid.org/products/lardata/v07_01_01/source/lardata/Utilities/RangeForWrapper.h