Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Last active June 25, 2025 20:25
Show Gist options
  • Select an option

  • Save wolfram77/1e84da30db559b34622ef85aeb97980a to your computer and use it in GitHub Desktop.

Select an option

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.

ORG

Display the source blob
Display the rendered blob
Raw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment