Skip to content

Template argument deduction is used in declarations of functions, auto, return functions etc.

License

Notifications You must be signed in to change notification settings

simonrenger/cpptypededuction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template argument deduction is used in declarations of functions, auto, return functions etc.

Topics

Resources

License

Stars

Watchers

Forks