STEVE DEWHURST | C++
Baby Goat!
As promised to attendees of several of my recent C++ classes, here (finally!) are pictures of the newly-arrived baby goat.
A New Installment of Once, Weakly...
The Curiously-Recurring Template Pattern (CRTP) is a pleasant and common C++ coding idiom. This installment of Once, Weakly combines CRTP with variadic template template parameter packs to implement restricted numeric types suitable for implementing memory-mapped devices.