.. ot-exercise:: cxx.exercises.stl.filter_greater_10 .. include:: Exercise: Filter Elements Greater Than 10 ========================================= .. contents:: :local: Transform an input sequence (in the form of a ``std::vector``) into an output sequence such that only elements remain that are greater than 10. .. literalinclude:: /trainings/material/soup/cxx-code/stl-exercises/tests/test-filter-greater-10.cpp :caption: :download:`/trainings/material/soup/cxx-code/stl-exercises/tests/test-filter-greater-10.cpp` :language: c++