StackRating

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

Barry

Rating
1758.43 (31st)
Reputation
198,654 (238th)
Page: 1 ... 20 21 22 23 24 ... 79
Title Δ
In C++, can I safely initialize an unordered_map with values from d... +0.71
Multiple SFINAE class template specialisations using void_t +0.23
Understanding const +1.19
Structured bindings for your own type that isn’t a struct or a tupl... -1.36
How do I check if an std::variant can hold a certain type -1.28
Gcc 7.2 c++17 constexpr +0.25
Move std::vector<std::unique_ptr<T>> to std::vector<... -2.26
Why is a cast operator to std::optional ignored? -1.10
Different results in Clang and GCC when casting to std::optional<... 0.00
Map Variadic Template Arguments +0.92
Deduction guides for functions as template parameters 0.00
Class template argument deduction with a parameter pack in C++17 0.00
Structured Bindings : loop over deque of tuple +0.21
c++ implicit conversion on user-defined operator for template classes +0.88
Template Type != Deduced type 0.00
Does copy elision work with structured bindings +0.73
arguments to tuple are copied instead of moved when returning the t... 0.00
Type trait to match signatures of member functions of different cla... 0.00
Does returning a reference extend its lifetime too? 0.00
Compiler error when compiling range-v3 const method 0.00
When should I `#include <ios>`, `#include <iomanip>`, e... 0.00
Strict aliasing, and alignment questions when partitioning memory +0.52
How does folding over comma work? 0.00
Correct behavior of built-in operator candidates of overload resolu... 0.00
Checking that a template type T is part of a varadic parameter pack... +1.50
Is it possible to get the first type of a parameter pack in a one-l... +1.22
How does &&, the range based loop and the temporary work to... 0.00
Have rvalue reference instead of forwarding reference with variadic... +0.12
Why ADL does not resolve to the correct function with std::get +1.07
Does C++ standardize the behavior of std::optional under std::min a... 0.00
How to return an object templated with lambda? -0.89
Usefulness of std::make_unique and std::make_shared in C++1z +1.86
Why is it the case that the name of the function f4 has internal li... 0.00
Avoiding extra move in make_unique/make_shared/emplace/etc for stru... 0.00
Are structs of variables of the same type layout compatible with a... +0.95
Why is template parameter pack used in a function argument type as... -0.38
C++17 class template deduction const-ness 0.00
Combine two or more arrays of different size to one array at compil... -0.93
Why disallow goto in constexpr functions? +0.52
Using constexpr-if in a generic lambda to determine type of a param... -2.87
Generating a new type at every instantiation in C++17 0.00
Cast lambda to std::function with parameter pack -0.00
Finding whether a signed and an unsigned integer are both even or b... +0.54
C++17 template deduction guide not used for empty parameter set? 0.00
Behavioral differences in 5 vs std::move(5) 0.00
How to recursively create a constexpr list using Boost hana ? 0.00
Is there a safe navigation operator for C++? +0.95
Is delete allowed to modify its parameter? -0.44
Cannot access protected member of another instance from derived typ... 0.00
template behavior for static templatized member function in the hea... +0.22