073 - How to Implement Algorithms in C++ STL Library - std::apply, std::invoke

preview_player
Показать описание
1. Parameter Pack Expansion
Gives impetus or momentum or action

2. std::invoke, std::tuple, std::integer_sequence, std::apply, std::make_integer_sequence
std::integer_sequence compresses Parameters for Pack Expansion.
std::make_integer_sequence generates std::integer_sequence.

Thomas Kim(김창희)' 한글채널

C++ Library Extensions Home Page:

Download C++ Library Extensions:

000 - (SETUP) Install Microsoft Visual Studio, GNU g++, clang++, Intel TBB

001 - (SETUP) Hello World C++20 on Command Line

016 - (SETUP) Super Powerful C++ Library Extensions, Setup and How to Use

017 - (SETUP) She's so hot, she's fresh out of the oven! LLVM clang++ ver. 10 on Windows.

031 - (SETUP) Coroutine Tutorial 2 - MPIR / MPFR or GMP on Windows with Visual Studio 2019

034 - (SETUP) Install/Upgrade GNU g++ 10.1 on Windows - Procedure Entry Point Could not be Located

001 - (SETUP) Install Intel TBB and OpenCL on Windows

SYCL 003 - (SETUP) Install Intel oneAPI Data Parallel C++ (Nov, 2020)

Prerequisites:

070 - (SETUP) Dealing with International Characters, UTF-8 UTF-16 _S_create_c_locale name not valid

Download Source Code:
Episode 071 - Now using std::tuple is MUCH SIMPLER than std::vector

Prerequisites:

071 - Now using std::tuple is MUCH SIMPLER than std::vector

072 - C++ Compile-Time Loop for_workhorse

Download Source Code:

Episode 073 - How to Implement Algorithms in C++ STL Library - std::apply

Episode 072 - C++ Compile-Time Loop for_workhorse

Episode 071 - Now using std::tuple is MUCH SIMPLER than std::vector

070 - (SETUP) Dealing with International Characters, UTF-8 UTF-16 _S_create_c_locale name not valid
Рекомендации по теме
Комментарии
Автор

Your explanations are improving with every video!

harrisonmarshall
Автор

Hello Thomas, thanks for shearing with the community your passion. Your YT channel is impressive but last video really great! Have a nice day!

markusbuchholz
Автор

Do you use decltype(auto) to preserver constant-ness of the function return type? Or is there some other reason? Thanks!

harrisonmarshall
visit shbcf.ru