StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

TemplateRex

Rating
1576.32 (3,343rd)
Reputation
55,240 (1,749th)
Page: 1 ... 4 5 6 7 8 ... 16
Title Δ
remove arbitrary list of items from std::vector<std::vector<T... 0.00
When to use initializer list constructors? +2.20
Efficiently count number of entries between two std::multimap itera... +0.38
Universal and existential quantification using C++ template magic -1.68
Operator Overloading without templates 0.00
calculating big O notation +0.74
Find Sub-list in a List using binary search 0.00
Why isn't an overload provided in standard library functions with i... 0.00
Why `copy_n`, `fill_n` and `generate_n`? +1.72
Why is it disallowed to convert from VirtualBase::* to Derived::*? +1.72
Passing more than one template type to operator<< in c++ 0.00
What algorithms are used in C++11 std::sort in different STL implem... -0.23
What is the correct approach while defining a function that generat... +0.49
overloading left shift operator +0.61
"Transparency" of a template template argument (missing t... 0.00
What does " for (const auto &s : strs) {} " mean? -1.97
variadic template to call a function 0.00
How to create a global vector in c++ 0.00
What is the difference between #ifndef and #pragma once, and what d... -0.53
Initializer list in a range for loop -0.10
What is the rationale behind std::allocator::max_size()? -0.14
passing a static constexpr variable by universal reference? 0.00
Is head-tail printing more efficient than checking for end or begin... +1.58
What is the purpose of std::scoped_allocator_adapter? -1.29
Why should I use a pointer rather than the object itself? +0.41
Iterating over more than one seq. container in C++11 +0.57
C++ "group where" algorithm +0.42
Brace initialization subtleties 0.00
GCC 4.3.4 and CLANG 3.5 compatiblity 0.00
Why can't init-capturing mutable lambdas have mutable data members? -0.36
Are enumeration types layout compatible with their underlying type? 0.00
STL Algorithim that Takes a Test and Mutate Function +0.21
What is the use of the nested pointer type in iterator_traits? 0.00
init-capture for rvalue reference in Visual Studio 2013 0.00
Find maximum number of characters that both strings have in common +1.24
Template argument calculation at compile time +0.16
Partial template specialization by overloading +1.46
Sorting on unordered_sets 0.00
C++11 example of a value and an object in the standard library? +0.51
Fibonacci numbers - dynamic array +0.15
Should I declare the copy constructor of my exceptions noexcept? +0.67
C++ Deque Custom Class Templating 0.00
An issue of nested classes in template class 0.00
typecast operator in private base 0.00
How to update ranks for some subset? +0.43
C++ variable and function -0.13
Is there any reason of using an enum for boolean in c++ instead of... 0.00
advance the iterator of a standard map +1.25
c++ template friend operator with another similar operator +0.40
+= operator overloading and cascading? -0.48