Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why does std::array::begin not return an iterator?

How can I use structured bindings to set an array's values?

c++ c++17

Specialized template dispatch independent of template parameter position

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

Is it possible to auto-deduce base class template parameters from constructor?

c++ templates c++17

Using template to handle string and wstring

Is the content of a const std::optional always const?

c++ c++17

std::holds_alternative variadic template

c++ c++17

Create variant alternating value and array of value

Compiler cannot deduce type of template function?

Is it possible to use std::visit without lambdas (just a simple class)? [closed]

How is the initialization below well-formed?

Does C++17 std::basic_string_view invalidates the use of C strings?

c++ c c++17

Any way to get an std::string_view from an std::ostringstream without copying?

c++ iostream c++17

Why does g++ allow returning non-copyable class? [duplicate]

c++ visual-c++ g++ c++17

Why is std::nullopt_t part of the C++ standard?

c++ c++17

Remove_if with vector containing variants

c++ c++17 variant

Is the value category of a fold expression always prvalue?

c++ c++17

override not allowed outside a class definition [closed]

c++ c++17

Array to pointer class template argument deduction works for template guide, but not for non template version, is that correct or bug?

Interaction of C++ lambdas and templates [duplicate]

c++ templates lambda c++17