Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jens
Jens has asked
24
questions and find answers to
52
problems.
Stats
1.4k
EtPoint
394
Vote count
24
questions
52
answers
About
Jens questions
Generic parameter with additional constraint through intersection types
Restrictions on Java intersection types with interfaces classes and type variables
Associated constants in condition of constant ìf`-expression
Overload resolution with method references and function interface specializations for primitive types
What is the type of (1 2) in Haskell?
Can Doxygen recognize std::shared_ptr or std::map
Ignore or exclude code in external libraries with gcov
Initialize variable by evaluating lambda directly
Why is a program rejected as ambiguous that could be resolved by overload resolution?
Does passing a `unique_ptr` by value have a performance penalty compared to a plain pointer?
Jens answers
Split a vector into 2 subranges without reallocating memory
C++ language feature to simplify naming types (especially in function declarations)
When does a read() on a TCP socket return
C++ Template : one list by class, how to factorize the code?
reinterpret_cast vector of pointers to vector of pointers to base class
Why can't run-time polymorphism be solved at compile time?
optional range check based on template parameter
Any reason to declare constexpr for a function that returns void?
Ignore reference function argument
How to delay a function without stopping the application