Add at() methods to a range class.
More...
#include "CxxUtils/throw_out_of_range.h"
#include <ranges>
#include <stdexcept>
Go to the source code of this file.
|
| template<std::ranges::input_range SPAN, class XFORM > |
| using | CxxUtils::transform_view_with_at = range_with_at< std::ranges::transform_view< SPAN, XFORM > > |
| | Helper to add at() methods to a transform_view. More...
|
| |
Add at() methods to a range class.
- Author
- scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
- Date
- Jun, 2024
Definition in file range_with_at.h.