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
71
questions and find answers to
232
problems.
Stats
4.5k
EtPoint
1.0k
Vote count
71
questions
232
answers
About
Oliv questions
Object access through an unsigned char alias, what happens on load and on store?
Why are unnecessary atomic loads not optimized away?
Is pointer arithmetic on allocated storage UB?
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?
Oliv answers
Constructing base class by moving derived one
GCC 8 fails to compile make_shared<volatile int>()
c++ variadic templates and template template arguments: error: type/value mismatch at argument 1 in template parameter list
How to use sfinae to check, whether type has operator ()?
Why using static variables inside a function makes it runs slower?
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?