Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std-ranges

Why doesn't std::ranges::upper_bound accept heterogenous comparing?

Compilers disagree on accepting this view::keys code

c++ c++20 std-ranges

Projecting on a std::map with std::ranges::min

c++ c++20 std-ranges

Is there a move-or-copy equivalent of std::forward for perfect forwarding in std::ranges?

Use ranged algorithm on custom container

How to combine projections with transform in C++20 ranges

c++ c++20 std-ranges

Does using a range with unreachable_sentinel lead to undefined behaviour?

Why do `std::ranges::size` require a non-const method when using ADL?

Is there a way to determine if a range is constructed correctly?

c++ boost c++20 std-ranges

Is it valid to use aliased containers in `ranges::to`?

How do I put a `std::expected` into a range?

c++ std-ranges

Consume InputIterator with C++ ranges

c++ std-ranges

A class that can be used as a transform view

c++ c++20 std-ranges

std::ranges::algorithms differ in semantics compared to range-based for() loop in regard to the usage of a particular view

c++ for-loop std-ranges c++23

Why does my function only work with lvalues?

Difference between lambda and member function pointer

c++ std-ranges

how to iterate over "enumerated zip" of 2 containers in C++23?

c++ std-ranges c++23

Is there a class to store a generic range in std::ranges?

Using C++20 Ranges to Avoid Loops

c++ c++20 std-ranges