Template (C++)

Template (C++)

Jesse Russell Ronald Cohn

     

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



ISBN: 978-5-5142-5738-6

High Quality Content by WIKIPEDIA articles! Templates are a feature of the C++ programming language that allow functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one. This is effectively a Turing-complete language.