Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

C++17 alias template with template class default arguments

c++ class templates alias c++17

std::tuple_cat but only with unique elements

Disable old (Qt4-style) Signal-Slot syntax in Qt5 code

c++ qt qt5 c++17 signals-slots

Applying multiple tuples to the same function (i.e. `apply(f, tuples...)`) without recursion or `tuple_cat`

Structured binding and tie()

Can you use a subexpression within fold expressions?

Enum like calculated constants

c++ c++17 constexpr

Why does std::atomic compile from C++17 even with a deleted copy constructor?

Why is `std::invoke` not constexpr?

c++ std invoke constexpr c++17

What type will make "std::has_unique_object_representations" return false?

c++ standards c++17 typetraits

Auto range based structured bindings with vector

Checking if variadic template parameters are unique using fold expressions

Fold expressions in MSVC

Trigraphs in a comment, converted in c++11, ignored in c++17

c++ c++11 c++17

Initialize static std::map with non copyable value in a uniformed inline initialization

Passing lambda as template parameter to templated by function-pointer function

Ok to use std::getline() with a moved-from std::string?

c++ c++11 stl c++14 c++17

When explicitly initializing std::optional's, should I use nullopt? [closed]

c++ optional c++17 idioms

Enum class initialization with int

c++ enums initialization c++17

Member initializer list: initialize two members from a function returning a tuple