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
85
questions and find answers to
55
problems.
Stats
1.8k
EtPoint
431
Vote count
85
questions
55
answers
About
康桓瑋 questions
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?
Assignment operator of std::variant of custom type with deleted special member functions?
what are the constraints for std::ranges::make_heap?
Why does `iota(0) | take(0)` not model ranges::sized_range in C++20?
Ambiguous name lookup with C++20 using-enum-declaration
The mystery of C++20 concept boolean-testable
C++20 std::source_location yield different column numbers between free function and template functions
康桓瑋 answers
Why does std::println(std::vector) fail to compile?
fmt compile time format string check without generating asm code for the check?
Why cannot I generate pairs of numbers from a std::views::iota in c++ 20
Why the type of the iterator to `std::views::transform` does not seem to be a deterministic type?
Questions about ranges::distance implementation
Get a pointer to a templated lambda operator () without captures
How to forward a mutable lambda
How to implement a universal function for both sequence and associative container?
Is this correct: std::views::reverse on infinite range?
non type template parameter pack expansion [duplicate]