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
12
questions and find answers to
22
problems.
Stats
413
EtPoint
82
Vote count
12
questions
22
answers
About
florestan questions
Different results of constexpr function during runtime vs compile time
What is the const-ness of dynamic cast of a pointer-type class member
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
c++ templates, how to map template parameters to other template parameters
Define member functions once for two similar classes?
How to make the `static_assert` print the value it got on failure?
Constrain template template parameter to be one of two types
Function call priority in output stream
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