Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

C++17 operator==() and operator!=() code fails with C++20

Can a lambda appear in template arguments? [duplicate]

Function argument evaluation and side effects

Is it really well defined to check pointer alignment using the pointer's integer value?

Preference of conversion operator over copy constructor changes from C++14 to C++17?

How to use variable and move variable at the same time?

constexpr recursive function defined via lambda

c++ lambda c++17

C++ App crashes on std::minmax_element with Visual Studio 2022 (>= 17.10)

c++ c++17

SFINAE check for operator[] is more confused than I am?

c++ templates c++14 sfinae c++17

Correct way to printf() a std::string_view?

c++ c++17 printf string-view

Does using std::get on std::array give better performance?

c++ arrays performance get c++17

Two identical constructors however compiler selects the templated one

C++ metaprogramming to split the function arguments and pass them one by one to another function

c++ c++17

Pair of vector constructors: initializer list vs explicit construction

c++ c++17 stdvector std-pair

Different base class depending on template parameters

c++ inheritance c++17

C++17 std::to_chars and std::from_chars portability

c++ c++17 std

State of the value to insert

How to avoid duplication on template function return type?

c++ c++17