Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

C++20 Ranges, Projections, std::invoke and if constexpr

$
0
0

C++20 Ranges Projections, invoke and if constexpr

Continuing the topic from last week, let’s dive into the topic of std::invoke. This helper template function helps with uniform syntax call for various callable object types and can greatly reduce the complexity of our generic code.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles