StackRating

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

Brian Bi

Rating
1734.03 (61st)
Reputation
68,782 (1,268th)
Page: 1 2 3 4 5 6 7 ... 29
Title Δ
move constructor is not getting called when I am calling constructo... 0.00
Union cannot be defined in a type specifier -1.67
Why is nullptr a part of the core language, but nullptr_t is a part... -1.07
Template argument deduction for inheriting specializations 0.00
Are extern extern "C", and extern "C" extern, a... 0.00
Does the C++ standard guarantee that a failed insertion into an ass... -2.84
How to construct Suffix tree from LCP array and Suffix array 0.00
Constexpr value as nontype template parameter of pointer type 0.00
Why does virtual inheritance need a vtable even if no virtual funct... +1.37
Different type deduction for a const int variable and a number +0.91
What does void mean, or how does it affect T in this case? +1.12
Why can't this parameter pack accept function pointers? 0.00
When are inline variables in static storage initialized? 0.00
Casting specific pointer to std::any pointer -1.98
Why do scoped enums allow use of | operator when initializing using... +1.08
How to check which type of subscript operator is called, lvalue or... -0.65
Different ways to destructing unique_ptr +1.02
Use friend class in gcc +1.10
Why c_str() doesn't output an address when it returns a const p... 0.00
Need a resizeable container for std::mutex 0.00
Is there any case where a class with deleted ctor could be useful? -2.64
Casting shared_ptr<Type> to weak_ptr<void> and back 0.00
Comma in object declaration with polymorphism 0.00
Static multidimensional array, dimensionality definition at compile... 0.00
Different behavior of the C++ gcc HEAD 10.0.0 20190 when requires c... 0.00
Maximizing GCD with some condition -0.58
how to solve unqualified name lookup problem +0.97
Alias template for multiple types 0.00
Evaluating the area of the largest square in a NxN-matrix that enco... +0.22
Type deduction for template references 0.00
Return static fixed size array from a function 0.00
Why can't template functions be passed as a template template p... 0.00
How to do a "deep" SFINAE, i.e., when the substitution ca... +1.49
Write the type of a pointer to member data from other template types 0.00
Dynamic type of an expression dealing with a base class subobject -2.30
Deducing Lambda Capture Types +0.75
Overload resolution for templated conversion operators 0.00
Why absence of a virtual destructor doesn't cause a memory leak? +1.08
Template converting constructor with perfect forwarding 0.00
Is it UB to write values other than 0 or 1 in a bool? If yes, how d... +0.39
How function overload lookup works when one of the functions does n... +0.71
std::optional: Effective difference between simple and ref-qualifie... +1.25
Placement operator new lookup 0.00
How do I get the functor signature selected by overload resolution? 0.00
What is a destructor with the friend specifier? -1.55
When passing a class by-value, does the caller or callee call the d... +0.43
Switch statement and object implicit int conversion 0.00
Best viable conversion function 0.00
When does UB occur and does it nullify all previously engaged contr... +0.44
Why does enable_shared_from_this crash if inheritance is not public... -1.04