C++ Language/Type/Variant

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

Variants (any-variants, templated-variants, and optional-values) are sometimes collectively called "the new vocabulary types".

  1. Any-Variant
  2. Templated-Variant
  3. Optional-Value