Solved

The ________ Operator Is Particularly Useful When Working with Complex

Question 30

Multiple Choice

The ________ operator is particularly useful when working with complex template types for which it's often difficult to provide, or even determine, the proper type declaration. Rather than trying to write a complex type declaration, for example, that represents the return type of a function, you can place in the parentheses of this operator an expression that returns the complex type and let the compiler "figure it out."


A) infer_type
B) decltype
C) determine_type
D) static_assert

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions