Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Deduce template parameter for a template function pointer with default template parameter

In concept definitions, are substitution failures allowed outside of a requires expression?

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

C++ concept with friend-like access

c++ friend c++17 c++-concepts

Do template structs need std::decay when using forwarding references in C++17?

Type trait for aggregate initializability in the standard library?

Chain Optionals in C++

c++ optional c++17

C++ - Specify maximum character for std::cout when printing char*

c++ std c++17

C++17 filesystem using nuwen MinGW on Windows 10

Class template argument deduction for array of function pointer works on clang, but not on gcc

c++ templates c++17

Set file creation time with standard library only

c++ c++17 portability

Move only type adapting std::any with dummy copy constructor is safe?

c++ c++17 move stdany

g++ std::visit leaking into global namespace?

Compare std::variant with int using C++20 <=> is not a constant expression

c++ c++17 c++20 std-variant

[[nodiscard]] in std::function return type definition?

c++ c++17 std nodiscard

What constructor should be called in return statement with curly braces?

c++ c++17 language-lawyer

What type of structs can structured bindings work with

Can I avoid explicitly writing a constructor for each struct in a std::variant?

Is it guaranteed that template template parameter invoke user provided deduction guides

deduction guides and injected class names

c++ c++17 type-deduction

Using automatic deduction with unique_ptr and custom deleter