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.