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
59
questions and find answers to
43
problems.
Stats
974
EtPoint
164
Vote count
59
questions
43
answers
About
Amir Kirsh questions
'auto' as a template argument placeholder for a function parameter
Why doesn't C++20 use `requires` to restrict the T for atomic<T>?
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?
Amir Kirsh answers
Avoiding repetitive copy-paste of static_cast<size_t>(enum_type) for casting an enum class to its underlying type
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)