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
91
questions and find answers to
94
problems.
Stats
2.9k
EtPoint
802
Vote count
91
questions
94
answers
About
康桓瑋 questions
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?
C++20 concepts require operator overloading combine with user-define template operator overloading function
How to define a concept of a object that is can be structured binding?
康桓瑋 answers
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
Why does std::views::take_while() do so many function invocations? (even with `cache_latest`)
Is there a more elegant way to convert a two-state string into a bitset than just by a 'for' loop?
How can I combine corresponding items from several vectors into a single vector of structs?
Issue with a custom range when using both std::views::join and std::views::enumerate
Are enum values allowed in a std::integer_sequence?
Why can std::vector not accept iota_view iterators of type size_t?
Can I compare two view sentinels?