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
98
questions and find answers to
125
problems.
Stats
3.8k
EtPoint
1.1k
Vote count
98
questions
125
answers
About
康桓瑋 questions
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<<?
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?
康桓瑋 answers
std::format behaving different. between signed char / unsigned char
Is there any standard functionality for creating a flattened view of a map with a container as the mapped_type?
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)