Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 326 Bytes

Mosaic

A collection of compile-time design patterns.

Inspired by Modern C++ Design by Andrei Alexandrescu. Updated to meet modern C++ practices and standard.

Currently implemented functionalities:

  • Typelists
  • Type traits
  • Functors
  • Singletons
  • Factory
  • Abstract Factory
  • Visitor