Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why does the implementation of std::any use a function pointer + function op codes, instead of a pointer to a virtual table + virtual calls?

c++ stl c++17 std

const cast and std launder

c++ c++17

std::variant and ambiguous initialization

c++ c++17 language-lawyer std

how to deduce the size of a multidimensional array in a curly brace expression of a function call with templates

Passing an overloaded member function to function template

Append string data to std::vector<std::byte>>

c++ byte std c++17

How to place user-defined literal inside constexpr class of same type in C++?

Using integer sequences with tuples and variadic templates

Ambiguous constructor error in gcc but not in msvc

C++ - Get typename of a template where that class is used as another template

c++ templates c++17 typename

if constexpr for a switch statement based on a template

Does the order of the constant operand with any arithmetic operator affect optimization?

How to check at compile time for the existence of a global-scope function accepting given argument types?

std::variant converting constructor behavior

c++ c++17

C++ equivalent to Java Map getOrDefault?

c++ c++17 treemap

Why aren't parts of the Concurrency TS going in C++17?

c++ standards c++17

How exactly is expansion of a parameter pack evaluated with std::forward?

What does const_forward do in optional implementation in C++?

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

How to filter out elements of certain data types in a vector of std::variant?