Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to make lambdas work with std::nullopt

Template class instantiation without angular brackets

DLL exporting causing issues with unique pointers

c++ stl c++14 c++17 dllexport

Can you initialise "static const vectors" of unique_ptrs? (C++17 with GCC 7.3)

c++ gcc stl c++17

Why does `std::unary_function` still compile in c++17?

c++ g++ c++17

Is it possible to avoid the need for copy/move constructors in the following code?

Variadic template for multidimensional std::array

How to write a generic trait to match T::value_type against other traits? [closed]

c++ c++17

Explicit match of template template arguments

Template Specialization with Default Value

Different behaviour of my type_trait in templated/non-templated code

c++ c++17 typetraits

Is it safe to call size() method on moved-from vector? [duplicate]

Static multidimensional array, dimensionality definition at compile time

c++ arrays c++17 compile-time

Constructing istringstream with string_view doesn't compile

c++ c++17

Is *this = Ctor(); legal and efficient for clearing an object's state?

std::variant comparison with std::nullptr_t inside

c++ c++17

How to access the `polymorphic` base class for any child of an `std::variant`?

How to pass a Callable object in c++17 to be used with std::invoke

why structured bindings don't return references to struct members using `auto&` but the members themselves are returned

Non-overloadable non-inline function definitions in different translation units