C++ Language/Templates/Metaprogramming

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Whereas a "program" is executed by the computer at run-time, a "metaprogram" is computation that occurs at compile-time.

  1. Numeric Template-Parameters
  2. Collection of Types