Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Is the volatile qualifier deprecated in c++20?

c++ gcc embedded c++20

C++20 template lambda: how to specify template argument? [duplicate]

c++ templates lambda c++20

C++ spaceship operator multilevel compare?

The redundancy of forward_iterator concept?

Why does Clang 12 refuse to initialize aggregates in the C++20 way?

Why is std::vector::push_back declared as constexpr in C++20?

c++ stdvector c++20 constexpr

ranges-v3 join function to join two containers together

c++ c++20 range-v3

How to create a function that forwards its arguments to fmt::format keeping the type-safeness?

c++ c++20 fmt

How to test if a type exists in a concept?

c++ c++20 c++-concepts

Get a pointer to a templated lambda operator () without captures

c++ c++20

How to constraint a template to be iterable ranges using concepts?

What is the syntax for the 'requires' expression of a variadic template with contraints?

Can you return range based views from functions in c++2a?

c++ c++20

can a std::tuple be sorted at compilte-time/run-time depending on its values

convenient Vector3f class

c++ c++20

Lambda functions with template parameters, not in function parameters

c++ templates lambda c++20

How do you reverse a strong_ordering?

Why does std::span lack cbegin and cend methods?

c++ iterator c++20 std-span

Difference between Ranges algorithms and std algorithms

c++ c++20

Why is std::common_iterator just std::forward_iterator?