Decltype

Decltype

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5105-8518-6

High Quality Content by WIKIPEDIA articles! In the C++ programming language, decltype is an operator for querying the type of an expression. It was introduced in the current version of the C++ standard, C++11. Its primary intended use is in generic programming, where it is often difficult, or even impossible, to express types that depend on template parameters.