Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Valid syntax of calling pseudo-destructor for a floating constant

How to use a requires clause with lambda functor arguments?

c++ c++11 c++17 c++-concepts

C++17 vector of Generic (Polymorphic) lambdas

c++ c++17

Point of evaluation of exception specification

Using ranges::view::iota in parallel algorithms

C++ block scope extern declaration linkage, confusing C++ standard explanation

std::optional assignment operator in a constexpr context

How to emulate deduction guides for template aliases?

C++17: still using enums as constants? [duplicate]

c++ enums c++17

Why do I need to move `std::unique_ptr`

Variable template template?

Is there a standard generalization of void_t for other types?

c++ sfinae c++17

Perfect forwarding with class template argument deduction

Is there any benefit in using std::forward instead of std::move to initialize an object?

c++ c++17

How to efficiently move (some) items from one std::map to another?

c++ stl c++17 stdmap

Will C++17 template arguments with auto feature allow constrained std::function objects?

clang 4 build error on <functional> with c++1z

c++ archlinux clang++ c++17

Partial ordering of forwarding reference and normal reference with deduction guides

Getting the best of static_assert and std::is_invocable

c++ c++17 sfinae static-assert

Providing tuple-like structured binding access for a class