Question
This word was added as a lambda specifier in C++23, joining “mutable”, “constexpr” (“const EX-per”), and “consteval” (“const EE-val”). Scott Myers’ singleton is thread-safe because as of C++11, initialization of objects described by this word is guaranteed to be thread-safe. Objects described by this word in different translation units are initialized in an unspecified order, leading to an issue called the “[this word] Initialization Order Fiasco”. Defining an item in an anonymous namespace is equivalent to using this keyword instead. Like how the “extern” keyword specifies external linkage, this keyword specifies (*) internal linkage. In C++, objects declared at global scope have a storage duration of this name, meaning they exist for the lifetime of the program. For 10 points, give this word that describes class methods that can be called without creating an instance of that class. ■END■
ANSWER: static
<AW>
= Average correct buzz position
Conv. % | Power % | Average Buzz |
---|
100% | 20% | 106.00 |
Back to tossups