Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How do you enable C++17 in Netbeans?

Is auto an optional keyword in ranged based for loops?

c++ for-loop auto c++17

How to use std::optional in C++

std::apply and constant expression?

c++ c++17 stdapply

std::map of tuple to tuple and using emplace

c++ c++17

Retrieve value out of "cascading ifs" fold expression

c++ c++17 fold fold-expression

What should I use instead of void as one of the alternative types in an variant?

Convert filesystem::path into char* on windows

c++ c++17

C++14 using alias for is_same::value

c++ templates helper c++14 c++17

Will there be standardization of scope guard/scope exit idioms?

c++ c++14 c++17 scopeguard

Should we still use classes or functions that require std::iterator if std::iterator is deprecated? [duplicate]

c++ for-loop iterator c++17

C++ How to insert a consecutive inter range into std::vector?

c++ c++17

How to pass a function template as a template argument?

"Empty base optimization" for lambda captures - forbidden by the Standard? Why?

c++ lambda c++17

Are all constexpr variable implicitly inline?

One liner for inserting some particular value of class object

c++ set c++14 std c++17

Usefulness of std::make_unique and std::make_shared in C++1z

c++ c++17

What does `operator()...` mean in code of C++?

[[maybe_unused]] attribute not working

c++ gcc cmake c++17

std::launder in conjunction with reinterpret_cast [duplicate]

c++ language-lawyer c++17