Search code examples
Check if there's duplicate element in an container in compile time with C++20...


c++c++20std-ranges

Read More
Why does basic_istream_view inherit view_interface?...


c++c++20std-ranges

Read More
How to make class compatible with std::span constructor that takes a range?...


c++c++20std-rangesstd-span

Read More
How to join range of ranges?...


c++std-ranges

Read More
Using filter on vector of variant...


c++c++20std-ranges

Read More
How to combine projections with transform in C++20 ranges...


c++c++20std-ranges

Read More
Range-v3, how to access a range of a range value individually (group_by function)...


c++c++20range-v3std-ranges

Read More
How to convert std::views::join result to string_view at compile time?...


c++c++20std-ranges

Read More
Why does std::get only have two function overloads for ranges::subrange?...


c++c++20std-ranges

Read More
What should I do to make my container work with ranges?...


c++c++20std-ranges

Read More
Is it possible to use ranges adaptors to revert the projected member to the original class object?...


c++c++20std-ranges

Read More
Do we really need to implicitly convert ranges adaptors to bool?...


c++c++20std-ranges

Read More
missing `typename` in gcc 11.1.0 ranges header...


c++c++20libstdc++std-ranges

Read More
Combining ranges adaptors and std::source_location got strange results...


c++c++20std-rangesstd-source-location

Read More
std::multimap equal _range and C++20 std::views::values do not work nicely together...


c++c++20std-ranges

Read More
Why can't I insert this transformed directory_iterator into a vector?...


c++stdvectorc++20std-rangesstd-filesystem

Read More
How to properly define is-derived-from-view-interface?...


c++c++20std-ranges

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


c++iteratortransformstd-ranges

Read More
Why can't compile std::views::take(std::uint64_t{})?...


c++stlstandardsc++20std-ranges

Read More
Why doesn't ranges provide a type erased view for non-contiguous ranges?...


c++iteratorc++20c++-conceptsstd-ranges

Read More
Generic programming with ranges/views not templates?...


c++c++20std-ranges

Read More
Why C++20 filter_view has a .size member function?...


c++c++20std-ranges

Read More
Use ranged algorithm on custom container...


c++c++20c++-conceptsstd-ranges

Read More
std::lexicographical_compare_three_way for ranges...


c++c++20std-ranges

Read More
Splitting a string_view using ranges...


c++c++20std-ranges

Read More
Can you zip with the new ranges library?...


c++c++20std-ranges

Read More
Undefined behaviour on std::prev for transform-view...


c++c++20undefined-behaviorstd-ranges

Read More
C++why do constrained algorithms (e.g. std::ranges::merge) also return the end of the input ranges?...


c++c++20std-ranges

Read More
C++20: Why can't range adaptors and ranges be combined in one expression?...


c++c++20std-ranges

Read More
Does std::reverse_iterator work with adapted ranges?...


c++c++20std-ranges

Read More
BackNext