Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

gcc and explicit specialization in non-namespace scope

c++ templates c++17

Clang claims this (partially specialized) template instantiation is ambiguous. Is it right?

Traversing CRTP inheritance chain for template base classes with non-type template parameters

Generically return a optional<T> / nullopt

c++ templates c++17 std

A variable (or an attribute) can be equal to a type?

header file <execution> missing in gcc 7.2 (Ubuntu) : how to solve it?

Memory leaks using shared_mutex

c++ memory-leaks c++17 mutex

decltype() on std::move() of a value capture in a lambda results in an incorrect type

Can I somehow return std::optional with const-reference to my data to avoid copy of it? [duplicate]

c++ stl c++17 stdoptional

Expose variadic functions through a plugin interface

Assignment evaluation order in GCC with C++17

c++ gcc c++17

What is the easy way to iterate a std::tuple? [duplicate]

c++ tuples c++17

create tuple of nth element in the cartesian product of input vectors

Returning inline defined structure with uninitialised member. C++

c++ struct c++17

fold expression in assignment

explicit conversion operator vs get< T >() function for std::variant

std::tuple::get returning const Type&&

Define a static constexpr member of same type of a template class

Compile-time operator[]

c++ c++17