Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
cigien
cigien has asked
66
questions and find answers to
245
problems.
Stats
6.0k
EtPoint
1.7k
Vote count
66
questions
245
answers
About
cigien questions
Using a C++ variable in an expression leading to its own declaration [duplicate]
How to reuse the return type of a function call inside a requires expression?
Why does string_stream.str() = a_string; compile? [duplicate]
What is the difference between range-v3 views::drop and views::drop_exactly?
Can a constexpr function contain a label?
Which of these new expressions with char arrays are well-formed?
Should conversion operators be considered for function template argument deduction?
Can a class containing a function pointer be used as a non-type template parameter?
Why is operator!= synthesized from operator==, but not the other way around?
Can class template constructors have a redundant template parameter list in c++20
cigien answers
A class is defined using __FILE__ in two different files; which definition is used depends whether I use it in a never-invoked function. Why?
Why should you give parameters names in function declaration?
traits if a type `T` has a `template<> struct Writer<T>` to serialize itself
Why are `const` pointers to functions not usable in a constant expression?
clang vs gcc - CTAD of struct deriving from template parameter
Views of Container Types
How to specialize a variadic template function in c++?
Is there a way in C++ to pass arguments by name like in python? [duplicate]
Why we can have a semicolon in if but not in while loop
How does enable_if help select specializations of a class template?