Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Amir Kirsh
Amir Kirsh has asked
56
questions and find answers to
42
problems.
Stats
944
EtPoint
161
Vote count
56
questions
42
answers
About
Amir Kirsh questions
GCC: 'std::is_same_v<int, T>' is not usable in a constant expression
Inheriting a private constructor
Implementing a concept for Pair with C++20 concepts
What's the right behavior when overloading operator delete without overloading new? gcc and clang differ
Declaring set of member functions as friend by using template
Holding or passing around non-addressable-functions since C++20 [duplicate]
Using concepts for function overload resolution (instead of SFINAE)
Why unique_ptr doesn't prevent slicing of custom deleter?
Specification rule of "definition of a static data member is in the scope of its class" with a templated base class
Calling `std::vector<A>::data()` on `A` with const or reference fields, before C++20
Amir Kirsh answers
GCC: 'std::is_same_v<int, T>' is not usable in a constant expression
Checking if a character occurs at least N times in the string. Any solution in algorithms?
template parameter packs access Nth type and Nth element
How to store object of different class types into one container in modern c++?
How to define a concept of a object that is can be structured binding?
How to store a value obtained from a vector `pop_back()` in C++?
Multi-dimension array template with dimension deduction
Is is_constexpr possible in C++11?
Using concepts for function overload resolution (instead of SFINAE)
Can an injected class name be used as a type name in a friend declaration?