diff --git a/cpp_basics_for_STL.typ b/cpp_basics_for_STL.typ index 6d816a2fe9d60f0ccf2d7414f063ee76f6405082..cd0bca8907a220af5742d81ad4605db19ef5e740 100644 --- a/cpp_basics_for_STL.typ +++ b/cpp_basics_for_STL.typ @@ -407,10 +407,14 @@ std::cout << std::endl; partiellement leur environnement - On peut capturer par référence ou par copie - Les algorithmes STL à connaître sont : - - `iota` - - `transform` - - `accumulate` - - `remove_if` + +#box(inset: 5%, columns(2, gutter: 22pt)[ +- `iota` +- `transform` +#colbreak() +- `accumulate` +- `remove_if` +]) ] #new-section-slide("Questions ?") \ No newline at end of file