Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Comma Operator in subscript operator?

Weird C++14 and C++17 difference in assignment operator

Where is the proposal on "structural binding"?

C++17 std::optional in G++?

c++ g++ c++17

std::variant vs std::any when type is move constructible

c++ performance types c++17

Is it possible to use structured bindings to assign class members?

c++ c++17

SFINAE in variadic constructor

Why is the const qualifier in this type alias dropped? [duplicate]

c++ c++17 qualifiers

When should I use std::string / std::string_view for parameter / return type

c++ string c++17 string-view

Get a std::tuple element as std::variant

c++ c++17

User-defined Literal Operator on Macros

c++ c++11 c++17

can std::async int a function quit out before task is finished?

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