Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Nir Friedman
Nir Friedman has asked
18
questions and find answers to
147
problems.
Stats
4.4k
EtPoint
1.5k
Vote count
18
questions
147
answers
About
Nir Friedman questions
Non-Recursive DFS Implementation
Idiomatic way to default mutable arguments
Why does get helper of std::tuple return rvalue reference instead of value
Constexpr decltype
Partial Template specialization and icc
Closures: What is a good use case example? Why not a functor? And is it worth the negatives?
Partially Specialized Structs vs Overloaded function template
Specializing `std::hash` for classes meeting condition
Union common initial sequence with primitive
Integral constant passed by value, treated as constexpr?
Nir Friedman answers
C++: Supplying a templated compare function to std::sort
Lambda type deduction
Protecting copy constructor with std::enable_if
Infer 'this' pointer type when called from derived class?
std::vector::insert vs std::list::operator[]
Choosing an alphabet that covers the most words? [closed]
How to check if template argument is a callable with a given signature
Count number of sub-sequences of given array such that their sum is less or equal to given number?
Detect idiom with function failing static_assert
Copy ctor called instead of move ctor