StackRating

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

Vittorio Romeo

Rating
1706.03 (127th)
Reputation
61,549 (1,480th)
Page: 1 2 3 ... 23
Title Δ
Converting one std::optional to another std::optional +0.53
Storing and passing on parameter pack in factory class 0.00
Getting root type of multidimensional variadic std::array 0.00
load config file for game, singleton or passing down the tree or an... 0.00
If statement incorrectly reads string, always returns on first cond... +0.24
Does any major C++ implementation actually define `NULL` as `nullpt... 0.00
How to forward the values of a tuple? std::get( move(tuple) ) vs. f... +1.32
Map of Tuple Enum Values to Enum Value in C++? 0.00
How to use std::enable_if_t with perfect forwarding? -2.85
GLM conversion from euler angles to quaternion and back does not hold -0.51
Default Argument for Function Template not working 0.00
How to use #define guards in a static code analysis-friendly way? +0.57
Expand a tuple TYPE into a variadic template? +2.55
Creating a new type trait in C++ 0.00
With C++-17, how to populate a tuple from a vector of string 0.00
Why is copy-ctor called instead of implicit conversion operator whe... 0.00
Init std::array in class constructor initializer list : fill values... 0.00
Misunderstanding variadic template functions +1.48
Why is an array's dimension part of its type? +0.60
How to sort out forward references for a tree data structure in C++ -2.91
C++: Is initializing a static local variable with a IIFE thread-safe? 0.00
no instance of overload function "get" matches the arguen... 0.00
C++ How to make a function return the object that called it? 0.00
C++ module-based epochs in P1881 vs potential #pragma-based epochs 0.00
reinterpret_cast adding const 0.00
C++ bug when using range-based for loop and vector of pointers 0.00
Lambda closure lvalues can be passed as rvalue reference parameters +1.98
creating an object with a returned template parameter fails, why? 0.00
Can two enums not have a member of similar name? +0.71
How to disable pointers as template typenames -0.32
Understanding Language syntax of C++ 0.00
Bizzare numbers appears randomly in output.(C++) 0.00
Do I need to specify typename in the return type of member function... 0.00
rust: expected lifetime parameter problem 0.00
Forwarding template taking precedence over overload 0.00
What is `constinit` in C++20? 0.00
Constructor member initializer lists across members, is it safe? 0.00
Recursively initialise std::array using metaprogramming 0.00
How to get the type of a method member of a class without creating... 0.00
C++: Template Function taking rvalue reference overloads non-templa... 0.00
How to pass an std::map with "any" enum to a function 0.00
Is there a way to define multi-param traits in Rust? 0.00
why std::integral_constant is necessary in exploding a std::tuple? +1.50
automatic resolve member function with const postfix 0.00
Q: How to define a nondiscard boolean in C++17, preferably using en... 0.00
C++ best way to return minimum of many recursive calls +0.24
Passing in a template function to a template function 0.00
Move-constructing a C++11 thread from a thread object argument crea... +1.01
How to define lambda function in private? -2.57
Function pointer initialization with function declaration - is it p... +0.10