StackRating

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

max66

Rating
1565.54 (4,656th)
Reputation
42,228 (2,580th)
Page: 1 ... 27 28 29 30 31 ... 42
Title Δ
Assigning multi-dimensional vectors with different types +2.39
Why does decltype(declval<T>().func()) work where decltype(&a... +0.37
Printing compile-time integer sequence in C++11 -1.84
Specialize template class constructor on templated template parameter +0.51
loop terminating prematurely for multiple queries 0.00
Create bitmask based on a pattern as constexpr -0.60
Giving 2D Array as Function Parameter and returning 2D Array as ret... +0.48
How to handle casting in Heterogenous container 0.00
How to handle multi-type variables with templates? +0.53
Correct answer but Runtime error at efficiency stage 0.00
C++ policy objects and the builder pattern +0.51
Recursive template function iterating over several template paramet... +0.61
writing template for operator<< for any vector -0.91
Trying to call the first element of a parameter pack as a function... +0.28
C++ template template non-type parameter -1.74
Dice Rolling, 2 die, c++, unexpected result 0.00
C++ segmentation fault when accessing class member in main() +0.49
Template metaprogramming: Sum of 1 to n -0.46
Cannot find source of small memory leak 0.00
How correctly give vector from function (type_traits) 0.00
Compiletime transform of tree into tuple 0.00
How can below template class be generalized to call any function? -1.76
How to print a certain number of values on one line in C++? -1.35
Statically assert that variadic template's nested value is unique -0.33
Compile Error: Use constexpr to declare std::array size 0.00
Warning: function uses 'auto' type specifier without traili... 0.00
c++ variadic template pack expansion by groups of arbitrary size 0.00
c++ scalable grouping of lambda functions in blocks of an arbitrary... -0.89
c++ scalable grouping of lambda functions in blocks of an arbitrary... +2.11
Template class accepting std::vector<T> or std::array<T> -0.29
TicTacToe code is not replacing numbers with O and X 0.00
How to change the last argument in the parameter pack? +0.27
why this code has error with template specialization +2.37
C++ templated class default constructor fails +0.49
C++ partial template specialization issue with gcc 0.00
c++03: Mutually exclusive methods thanks to enable_if +0.20
Adding code for each enumerator +1.00
Template deduction failure of template of template (with inheritanc... -0.70
C++ template partial specialization - Most specialized with unique_... +1.36
std::conditional - nested usage -0.00
Define a templete class only using bool and char +0.53
Choose smallest integer type based on a float 0.00
merging template specializations for const and non-const std::list -1.62
How std::conditional works +0.02
compile error tuple of maps getting elements by map type +2.95
Checking whether or not 2 types are comparable -0.50
In C++, how to return different generic types depending on argument... +2.15
Create a templated struct or a map from Integer key to a variable t... 0.00
How can I use SFINAE to prevent narrowing in a template function? +2.22
Type detection: using variadic arguments to properly implement a fu... -0.24