filmov
tv
C++ STL algorithm - transform algorithm | Modern Cpp Series Ep. 161
Показать описание
►Lesson Description: In this lesson I show you a popular STL algorithm -- transform! Transform is effectively 'map' in other programming languages (but in C++ we have a data structure already called 'map'). Transform is very similar to for_each, but does not necessarily gaureentee elements will be executed one after the other. Transform can also take in multiple collections and a binary predicate to perform the transformation as well.
►Please like and subscribe to help the channel!
C++ STL algorithm - transform algorithm | Modern Cpp Series Ep. 161
CppCon 2018: Jonathan Boccara “105 STL Algorithms in Less Than an Hour”
Using std::transform To Convert & Transform Containers In C++
C++ STL algorithm - std::generate and generate_n | Modern Cpp Series Ep. 152
C++ STL algorithm - counting (all_of, any_of, none_of)| Modern Cpp Series Ep. 147
C++ STD Gems [transform for_each]
C++ STL algorithm - std::copy | Modern Cpp Series Ep. 149
STL Algorithm #2: Modifying Algorithms
C++ STL algorithm - std::copy_if and std::copy_n | Modern Cpp Series Ep. 150
C++ STL algorithm - std::reverse and reverse_copy | Modern Cpp Series Ep. 153
C++17 STL Solutions: Creating, Concatenating, and Transforming Strings | packtpub.com
C++ STL algorithm - rotate algorithm | Modern Cpp Series Ep. 157
C++ Standard Template Library in Practice : Replacing and Transforming – std::replace | packtpub.com...
transform() in C++ STL (Perform an operation on all elements) #subscribe #shorts
C++ STL algorithm - unique and unique_copy algorithm | Modern Cpp Series Ep. 160
An Introduction to C++ STL Algorithms
C++ STL numeric - transform_reduce | Modern Cpp Series Ep. 185
C++ STL algorithm - erase-remove idiom -- std::remove(_if, _copy_if) | Modern Cpp Series Ep. 154
C++ STL algorithm - make_heap, pop_heap, sort_heap | Modern Cpp Series Ep. 172
STL Algorithms 5: std::all_of, std::any_of & std::none_of
105 STL Algorithms in Less Than an Hour - Jonathan Boccara [ACCU 2018]
Implementing an optimized alternative to std::transform
Back To Basics: C++ Containers
CppCon 2015: Michael VanLoon “STL Algorithms in Action ”
Комментарии