Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
TemplateRex
TemplateRex has asked
131
questions and find answers to
442
problems.
Stats
11.8k
EtPoint
3.7k
Vote count
131
questions
442
answers
About
Hobbyist C++ programmer.
c++ gold badge #191
c++11 gold badge #18
templates silver badge #22
c++-faq: When do extra parentheses have an effect, other than on operator precedence?
c++-faq: How to implement classic sorting algorithms in modern C++?
TemplateRex questions
Does using std::get on std::array give better performance?
Is lockless hashing without std::atomics guaranteed to be thread-safe in C++11?
Parsing comma-separated list of ranges and numbers with semantic actions
generating huge Boost.MPL type sequences
Can algorithms be made compatible with expression templates?
Perfect forwarding with multiple passes over input arguments
How to change line properties in ggplot2 halfway in a time series?
Why wasn't std::forward_list given a count() member function?
Auto + static in-class constant initalization with meta-programming
Name lookup for local class members inside templates
TemplateRex answers
How to specialize templated method in templated class?
Sorting on unordered_sets
Implementing a set cover data structure
std::function and error: no matching function for call to
Wrapping STL in order to extend
Is it legal to use #define in order to define the size of a static array?
Use an external buffer for a string without copying
Operator overload: Member vs. non-member when only same type objects can be involved
eclipse CDT:copying library paths from debug to release mode
Use multiple inheritance to satisfy abstract base class