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
60
questions and find answers to
44
problems.
Stats
992
EtPoint
166
Vote count
60
questions
44
answers
About
Amir Kirsh questions
Multiple unsequenced modifications following argument evaluation - defined or undefined behavior?
'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)
Amir Kirsh answers
Template deduction for template aliasing with default value
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?