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
97
questions and find answers to
123
problems.
Stats
3.8k
EtPoint
1.1k
Vote count
97
questions
123
answers
About
康桓瑋 questions
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<<?
The problem of libstdc++‘s implementation of std::declval
How to project elements nestedly in c++20 constrained algorithms?
What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?
Why the standard defines borrowed_subrange_t as common_range?
康桓瑋 answers
How to generate a specific iterator in c++
What would be the C++20 concept for an iterable container?
"std::format"ing std::chrono seconds without fractional digits
is std::format at runtime possible?
Why can't I pass a std::views::join by const reference?
stack-use-after-return with projection to a member inside a ranges pipeline [duplicate]
Why does std::is_invocable_r reject functions returning non-moveable types?
Perfectly forwarding lambda capture in C++20 (or newer)
Is using ranges in c++ advisable at all? [closed]
C++20's std::views::filter not filtering the view correctly