PIRSA:13070026

C++ template magic - Part 2

APA

(2013). C++ template magic - Part 2. Perimeter Institute. https://pirsa.org/13070026

MLA

C++ template magic - Part 2. Perimeter Institute, Jul. 03, 2013, https://pirsa.org/13070026

BibTex

          @misc{ pirsa_PIRSA:13070026,
            doi = {},
            url = {https://pirsa.org/13070026},
            author = {},
            keywords = {},
            language = {en},
            title = {C++ template magic - Part 2},
            publisher = {Perimeter Institute},
            year = {2013},
            month = {jul},
            note = {PIRSA:13070026 see, \url{https://pirsa.org}}
          }
          
Talk Type Other

Abstract

A general introduction to c++ templates. As motivation the possibilities will be demonstrated in short examples in order to show the might of these programming techniques. After covering the fundamentals of templates the following topics will be discussed: polymorphism, traits, template specialisation, SFINAE and in case there is time left template meta programming.