Skip to content

Commit

Permalink
Moving documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 7, 2023
1 parent 3207fe4 commit afb0a54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/ranges/TransformView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ namespace ranges {
/**
*
* @brief A view that applies a transformation on every element of a range
*
* To avoid copying containers like vectors, maps, etc. into the TransportView,
* an IteratorView using constant iterators into the container is created
* and stored inside the TransformView.
*/
template < typename Range, typename Transform >
class TransformView : public ViewBase< TransformView< Range, Transform > > {
Expand Down

0 comments on commit afb0a54

Please sign in to comment.