Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
康桓瑋
康桓瑋 has asked
101
questions and find answers to
162
problems.
Stats
4.7k
EtPoint
1.4k
Vote count
101
questions
162
answers
About
康桓瑋 questions
Ternary operator applied to different lambdas produces inconsistent results
What is the return type of ternary operator applied to 'const char* const&' and 'char* &'?
Under what circumstances is ref_view{E} ill-formed and subrange{E} not?
Why std::ranges::view_interface using CRTP
Why does `zip_view` not support `output_range`?
What is the ideal way to customize the separators and brackets for formatting ranges?
Getting unexpected result when combining [[no_unique_address]] with empty base class inheritance
Combined with C++23 Deducing this and conversion operator with auto return type?
Why does ranges::for_each return the function?
Why can't the compiler use the std::string conversion function of the class when perform operator<<?
康桓瑋 answers
Parallel for loop with std::for_each and std::views::iota
Regarding the pause-resume data loss in MSVC std::experimental::generator
Is enable_if the most concise way to define a function accepting only rvalues, but of any type?
How to detect if template argument is an std::initializer_list
How can I specify the return type of a function that returns the result of a ranges pipeline? [duplicate]
Accessing a row of a std::mdspan as std::span
A c++20 range adaptor whose produced values are iterators to the underlying range
How to create a view over a range that always picks the first element and filters the rest?
Unexpected result with `std::views::transform`, probably caused by "unnamed temporary"
Iterating over first n elements of a container - std::span vs views::take vs ranges::subrange