91
GB
What is 'std::type_identity'?
IN
'std::type_identity' क्या है?
A
Identity type trait: type_identity<T>::type = T
पहचान प्रकार विशेषता: type_identity::type = T
B
Removes const
स्थिरांक हटाता है
C
Adds reference
संदर्भ जोड़ता है
D
Decays type
क्षय प्रकार
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
type_identity prevents deduction: f(type_identity_t) requires explicit T.
व्याख्या (हिन्दी)
type_identity कटौती को रोकता है: f(type_identity_t) को स्पष्ट T की आवश्यकता होती है।