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
94
questions and find answers to
101
problems.
Stats
3.1k
EtPoint
880
Vote count
94
questions
101
answers
About
康桓瑋 questions
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?
The redundancy of forward_iterator concept?
Why is ranges::basic_istream_view::begin() not cached?
康桓瑋 answers
Does C++ allow comparison between std::span::iterators when one span is a subspan of the other?
Inconsistent behavior of std::common_reference_with on tuples. Which is correct?
range parameter for any iterable input with properly convertible elements
How to make ranges::binary_search (heterogeneous search in particualar) work with references
How can I write a std::apply on a std::expected?
Why doesn't std::ranges::find compile while std::find works fine?
Take value out of std::optional
How to use iota_view for custom IntLike types?
Is it possible to create a concept that is only a lambda?
ranges::sort does not compile