Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 936 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 936 Bytes

C++ type deduction

This repo contains a little website with content that helps learning and understanding the C++ Type Deduction rules for:

  • Template Functions
  • auto
  • decltype
  • decltype(auto)
  • lambdas
  • function return type deduction
  • variadic template argument pack deduction

Feel free to correct any of the given content.

Useful Resources