Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
mpark
mpark has asked
1
questions and find answers to
21
problems.
Stats
407
EtPoint
111
Vote count
1
questions
21
answers
About
Facebook Engineer, C++ Standards Committee Member, LLVM Committer, Apache Mesos Committer
mpark questions
What are the differences between std::decay and pass-by-value?
mpark answers
Const keyword in template argument
Using non-member non-friend functions instead of member functions: disadvantages?
How do I concatenate a vector of strings in c++ with boost?
How to union two sorted vectors and combine overlapping elements?
template types in std is_member_function_pointer
std::array's data member is public in a standard library implementation. Why?
Can a multidimensional array be filled from variadic template?
what is the meaning of the phrase "preceding initialization" in section [expr.const]
Build template from arguments of functions?
How to create a sorted mapping integer index with templates