Skip to content

Commit

Permalink
Removed dpcumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 7, 2023
1 parent afb0a54 commit 1380282
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tools/ranges/make_transform_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ namespace ranges {
/**
* @brief Make an TransformView based on a container and a transformation
*
* To avoid copying containers like vectors, maps, etc. into the TransportView,
* an IteratorView using constant iterators into the container is created
* to be moved into the TransportView.
*
* @param[in] container the container
* @param[in] transformation the transformation to be applied
*/
Expand Down

0 comments on commit 1380282

Please sign in to comment.