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
104
questions and find answers to
177
problems.
Stats
5.1k
EtPoint
1.5k
Vote count
104
questions
177
answers
About
康桓瑋 questions
Should std::apply only apply to std::tuple?
Ternary operator applied to different lambdas produces inconsistent results
What is the return type of ternary operator applied to 'const char* const&' and 'char* &'?
Under what circumstances is ref_view{E} ill-formed and subrange{E} not?
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?
康桓瑋 answers
Projecting on a std::map with std::ranges::min
requires expression gives compilation error instead of false for std::unique_ptr<void> in C++20
A constexpr function that calculates how deep a std::vector is nested [duplicate]
Generically return a optional<T> / nullopt
Why do `std::ranges::size` require a non-const method when using ADL?
How do I put a `std::expected` into a range?
How to constrain my template to only accept lambda with specific input & output type?
How can I write a generic equality comparison that will fall back to operator== when std::cmp_equal won't compile?
std::ranges::algorithms differ in semantics compared to range-based for() loop in regard to the usage of a particular view
How to check if a member function or free function is for the exact given type(not any of its base)?