Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
HolyBlackCat
HolyBlackCat has asked
99
questions and find answers to
361
problems.
Stats
9.9k
EtPoint
3.1k
Vote count
99
questions
361
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
Are there any remaining differences between member and non-member comparisons starting from C++20?
How do I use std::formatter directly?
How do I make a templated conversion operator to `std::optional<T>`?
In a false `if constexpr` branch outside of a template, are bodies of called template functions instantiated or not?
In C++26, are implementations required to "initialize" uninitialized variables to some fixed byte pattern?
In a lambda, what does the second list of attributes do?
Why set the stop flag using `memory_order_seq_cst`, if you check it with `memory_order_relaxed`?
How do I check at compile-time if there's enough `{}` placeholders for all arguments?
Why does the use of `std::aligned_storage` allegedly cause UB due to it failing to "provide storage"?
In a concept, how can I check that a member is static?
HolyBlackCat answers
Should warnings about missing typename supressed in c++20?
Is the ordering of std::recursive_directory_iterator specified?
How does a single variable store multiple values?
How to check if specific overload of an operator exists at compile time in C++?
Return a reference from lambda
how do I write a Container<T> trait and use its partial specialization as function params
What, actually, is the modulo of a negative number?
How can `if constexpr` be made SFINAE-friendly?
Why Eigen doesn't need template keywords for using template function call of Matrix?
Perfect forwarding and non-type template parameters