Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why string_view instead of generalized container_view<T>?

c++ string c++17 string-view

Something like "if constexpr" but for class definition

Using strings in switch statements - where do we stand with C++17?

C++17 constexpr string parsing

c++ parsing c++17 constexpr

Template member function specialization in a template class

How to order types at compile-time?

Is C++17 std::to_chars adding a null terminator?

c++ c++17 string-conversion

Why will std::uncaught_exception change to std::uncaught_exceptions?

c++ exception c++17

`std::alignment_of` versus `alignof`

Should methods returning const std::string& return const std::string_view instead?

c++ string c++17 string-view

Is it possible to make template specialization for zero template arguments?

c++ c++17

construction helper make_XYZ allowing RVO and type deduction even if XZY has noncopy constraint

Is a variable an array of size 1?

typeid("") != typeid(const char*)

c++ c++17 rtti string-literals

Return type std::optional<std::variant<...>>

Typesafe variadic function

How to befriend private nested class

c++ c++17 friend

attribute 'fallthrough' cannot be applied in this context

How to count the number of files in a directory using standard?

c++ c++17

Implicit template type deduction with two arguments of different types