Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Last active September 26, 2021 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfram77/1e84da30db559b34622ef85aeb97980a to your computer and use it in GitHub Desktop.
Save wolfram77/1e84da30db559b34622ef85aeb97980a to your computer and use it in GitHub Desktop.
Variadic CRTP : NOTES

Highlighted notes on:
Variadic CRTP by Steve Dewhurst (28 March 2017)

Thus is a very good method of using CRTP for separation of concerns.

The Curiously‐Recurring Template Pattern (CRTP) is a pleasant and common C++ coding idiom. Basically it’s a way for a class to inherit a self‐customized capability.

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment