Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Oliv
Oliv has asked
67
questions and find answers to
226
problems.
Stats
4.3k
EtPoint
991
Vote count
67
questions
226
answers
About
Oliv questions
Are require-clauses evaluated after parameter substitution inside declarations?
How to turn a "specific function type" into a function pointer type genericaly?
How to access an object representation according to the c++ standard?
Shall structured binding to a copy of a const c-array be const?
Why a template alias specialization depends on the context in which it is referred?
Could an implicit template deduction guide deduce a reference type?
Is it safe in C++ to derive a pointer from std::aligned_storage before using it? [duplicate]
Does an unmaterialized temporary needs the destructor to be accessible?
Why deallocation function is not called when object constructor throw in a new expression?
Template equivalence or template functional equivalence?
Oliv answers
Type grouped Explicit Instantiation of templates
Some questions about the point of instantiation for template
Why can't I declare a type of friend function by template parameter but can with alias
Is it allowed to assign from an object that has some indeterminate values?
C++ : convert uint64_t to unsigned char array
GCC and Clang disagree about constexpr-ness of lambda?
Why do I need to specify a return value for a function I'm passing to a Y combinator
Composite pattern with variations in classes
Template argument deduction and expression rules
Template argument deduction for references as arguments