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
68
questions and find answers to
227
problems.
Stats
4.4k
EtPoint
997
Vote count
68
questions
227
answers
About
Oliv questions
Is it allowed to cast to a reference-type with braces? [duplicate]
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?
Oliv answers
How to declare a templated function so that can be passed in a class constructor/function
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