Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std-ranges

How to satisfy totally_ordered for a custom type without spaceship comparison operator (ranges::is_sorted, ranges::sort)

c++ c++20 std-ranges

C++ parallel STL Vectorized algorithm not implemented p2408

c++ gcc tbb std-ranges c++23

`format_as` use with range types

c++ std-ranges fmt c++23

Is it legal to dereference end() on std::views::iota?

c++ c++20 std-ranges

Binding std::generator<T> with pybind11?

C++20 ranges - How to store a composed ranges view in class member

c++ gcc c++20 std-ranges

Why the standard defines borrowed_subrange_t as common_range?

c++ c++20 range-v3 std-ranges

How do you use std::views::zip (and friends) with the pipe syntax?

c++ std-ranges c++23

Custom range adaptor only works at the end of composition

c++ c++20 std-ranges

Why std::erase and std::erase_if don't support projection?

Why does std::views::split() compile but not split with an unnamed string literal as a pattern?

What is std::views::all introduced for in C++20?

Why is iterating over std::ranges::views::join so slow

Is const broken with std::views?

c++ constants c++20 std-ranges

std::views like operation on parameters pack

lifetime of temporary ranges in c++

c++ c++20 std-ranges

Why cannot I generate pairs of numbers from a std::views::iota in c++ 20

c++ c++20 std-ranges iota

Why the type of the iterator to `std::views::transform` does not seem to be a deterministic type?

Questions about ranges::distance implementation

std::views::split copies the pattern instead of making a reference

c++ std-ranges