Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Variadic aggregates as core language feature

Why does std::tuple decompose into rvalue references

c++ c++17

Iterate over tuple elements with std::apply

c++ lambda tuples c++17

Constructor instantiation in a world of guaranteed copy elision

c++ templates c++17

Opposite of friend declaration

c++ c++17 friend

Modern C++ way to repeat code for set number of times

c++ loops c++17 c++20

Is it possible to store a reference in a std::any?

c++ c++17 std stdany

Triangularizing a tuple

c++ c++17

Auto-unpacking a pair of iterators

C++17: What does "operator with precedence below cast" mean in "fold" concept?

cout vector of std::any [duplicate]

c++ c++17

C++17 / C++1z parallel usage of std::for_each

c++ c++17

Is there a way to make this C++14 recursive template shorter in C++17?

c++ c++14 c++17

Does being trivially copyable imply being nothrow copyable?

c++ c++17

Use cases of std::byte [duplicate]

c++ c++17

Can C++ 17 handle nested variadic templates? [duplicate]

How can I use all the cores in the loop?

Howto use a fold expression with a specific type?

c++ c++17 fold-expression

Usage of std::destroy_at() in c++17?

c++ c++17

"128-bit floating-point types are not supported in this configuration" error when including any stl library in visual studio linux c++ project