CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
std-ranges
09-07
Net
Is the std::views namespace not available in Xcode's C ?
08-18
Blockchain
Is there a benefit for functions to take in a forwarding reference to a range instead of a view?
08-08
Mobile
ranges and temporary initializer lists
08-03
OS
Regarding the pause-resume data loss in MSVC std::experimental::generator
08-02
front end
Does c 20 ranges have any view functions that do not return value?
07-31
Software design
Is std::views::keys guaranteed to work correctly with any pair/tuple type?
07-31
Software design
Combining std::views::take and pop_front pop_back
07-06
database
C : Alternative to this range's view construction with same requirements?
07-02
other
Is using ranges in c advisable at all?
06-23
Net
How to use std::views::transform on a vector?
06-16
Net
Why does my function work only with lvalues
06-12
OS
Using std::ranges algorithms with custom containers and iterators
05-17
Mobile
How do I apply modifications to a locally scoped range and return it?
05-03
Software engineering
Is there any standard functionality for creating a flattened view of a map with a container as the m
05-02
Back-end
Does std::ranges::to allow converting to a std::map?
04-23
front end
Why can't ranges be used if in a function?
04-19
OS
Can ranges::equal be used as a predicate for a pair of transform_view ranges?
04-03
front end
Why is std::ranges::views::take using templated type for difference?
03-31
Back-end
What is the best way to drop last element using c 20 ranges
03-20
Net
Why does c for each loops accept r-values but std::ranges do not?
03-19
Software engineering
What am I missing in my custom std::ranges iterator?
03-07
OS
error: no matching function for call to ‘take_view(std::stringstream&, long unsigned int)’
02-28
front end
std::ranges::remove still not suported / broken on clang trunk when using libstdc ?
02-17
OS
std::ranges::find_if - no type in std::common_reference
02-14
Blockchain
can ranges split be used with a predicate?
02-13
Software engineering
ranges views size does not compile
02-10
Blockchain
Can't make my example using std::ranges::copy_if(R&& r, O result, Pred pred, Proj proj = {}) co
01-02
Enterprise
weakly_incrementable constraint while using iota_view
12-30
Back-end
Is this correct: std::views::reverse on infinite range?
12-26
Enterprise
Convert borrowed_iterator<reverse_view<T>> to borrowed_iterator<T>
12-23
front end
Is std::ranges::size supposed to return an unsigned integer?
12-22
front end
Vectors do not satisfy std::ranges::contiguous_range in Eigen 3.4
12-20
Software engineering
Range transformations with stateful lambdas and std::views::drop
12-19
Software engineering
std::views has not been declared
12-17
Software design
Iterating over std::span vs ranges::take vs subrange
12-15
Mobile
Why doesn't std::ranges::upper_bound accept heterogenous comparing?
12-05
database
Is it possible to use a dynamic number of range adaptors?
11-16
Enterprise
Inconsistent behavior with `empty` std ranges view depending on type
10-23
database
Range-v3: Why is ranges::to_vector needed here?
10-10
Net
Why does the C 23 ranges adaptor require a callable object to be copy_constructible?
45
1
2
Next
Last
Links:
CodePudding