Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
florestan
florestan has asked
9
questions and find answers to
17
problems.
Stats
321
EtPoint
66
Vote count
9
questions
17
answers
About
florestan questions
Template type alias visibility compiler disagreement
Is comparing addresses of dynamically allocated objects allowed in C++20 constant expression?
if constexpr with static_assert in lambda, which compiler is correct?
florestan answers
How to pass a Callable object in c++17 to be used with std::invoke
Arity of a generic lambda
Is it possible to issue compile error if object is stack created (including inherited types)?
Add extra methods at compile time according to some enum value
Constructor overloading with variadic arguments
A type trait to detect functors using C++17?
Is it possible to express a static_assert for an expression that should not compile?
Adding bitwise operations and conversion-to-bool to scoped enums - a Christmastide exploration
C++20 ranges too many | operators?
What is the correct way to iterate backward through an std::array or std::vector? [duplicate]