Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

aliasing a std template function

c++ c++17 stdtuple

Unpacking variadic tuples in c++17

C++ conversion operator to chrono::duration - works with c++17 but not C++14 or less

Detect compile-time literals and constants

Why is there no std::move_if algorithm?

c++ c++17

Hashing types at compile-time in C++17/C++2a

C++ : Check if the template type is one of the variadic template types [duplicate]

Structure Binding : binding to public data members (inherited base class )

c++ c++17

std::map without parent pointers?

c++ c++17

Replacement for removed bind1st in C++17

c++ c++17

function implementation with enable_if outside of class definition

constexpr and std::cout working on function but not in lambda

c++ c++17 constexpr cout

Why auto is not allowed as function argument?

c++ c++17

Unable to take same type in std::variant

c++ c++17

C++ overloading template on assigning value or callback function

c++ templates c++17

Making a variadic templete from another variadic template

C++17 fold expression syntax?

c++ c++17 fold

Why do these two code snippets have the same effect?

c++ c++17 decltype ternary

What's the advantage of `std::optional` over `std::shared_ptr` and `std::unique_ptr`?

c++ optional c++17 stdoptional

Why does std::string_view::data not include a null terminator?

c++ stl c++17 string-view