StackRating

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

NathanOliver

Rating
1752.39 (39th)
Reputation
114,186 (597th)
Page: 1 ... 14 15 16 17 18 ... 60
Title Δ
idiomatic way for `class<T>` to `class<const T>` conver... 0.00
How to convert a fix length char* to a number or convert a non-null... 0.00
How to copy whole vector into queue in reversed order? 0.00
Noexcept variadic is_nothrow_constructible_v 0.00
Idiomatic way to prevent slicing? +1.05
Different behavior when I running a program compiled with G ++ in D... 0.00
Can I use declval to Construct an Unused Return? +1.99
Conditional templated type aliases in scope of templated function +1.26
C++ overloading auto operator in struct/class wrapper 0.00
Why doesn't a class having private constructor prevent inheriti... +0.20
Deducing return and parameter type from std::function passed as a t... 0.00
decltype, universal references and forward for containers in C++ 0.00
C++ - Initialise base class protected member variables statically i... -0.22
How does std::vector support contiguous memory for custom objects o... +0.84
Calling function pointer inside vector doesn't do anything +1.28
Is there a noop iterator in the stl? -2.87
Hash & EqualTo functions for unordered_set<BSTR> 0.00
C++: basic_string::_M_construct null not valid error for Graph BFS... -0.90
Is it possible to defer initialization of a const variable in C++,... +1.39
Does int main() need a declaration on C++? -1.20
Is it possible to initialize variable with lambda (when copy ctor i... +0.21
Can C++ free functions be aliased? 0.00
When do I get "overloaded definition needed" error? +1.01
How can I make a variable always equal to the result of some calcul... +0.44
How to initialize C++ reference with different constructors based o... 0.00
How to initialize multiple constant member variables that shares co... -2.69
c++11 struggling to understand why I can't uniform init a struc... 0.00
std::vector of struct: what will be the initial values of the membe... +0.96
Effective bidirectional scoped enum mapping +0.77
Is there a way to define a template member in a non-template class? -2.23
Why is const required for a container 0.00
Meta programming: Declare a new struct on the fly +0.90
Polymorphism in template functions +0.75
Is there a way to sort a vector in segments? -0.76
How to call member functions traversing up the class hierarchy -2.84
Destructor on a Array of objects, that were already destructed -0.60
Should I always use `T&&` instead of `const T&` or `T&a... +0.58
C++ copy constructor called at return 0.00
hash<std::string> vs hash<std::string_view> -2.06
C++ Union Member Access And Undefined Behaviour -1.06
Replacing a function with a lambda in C++ -2.78
Check if skipws/noskipws flag is set for an input stream -1.11
RSA_private_decrypt crashes when called for the second time 0.00
Is unique_lock unlocked on destruction if we already unlocked it by... +0.99
if I don't print the value of a function parameter its convert... 0.00
C++ template explicit declaration of member function value/ avoidin... 0.00
C++ lambda syntax +0.74
if constexpr Seems to Only Work if Both Cases are Valid 0.00
Is it a data race to access shared data after joining a thread? -0.72
Are read from and writing to vector thread-safe operations in vecto... -1.59