Semantics Consulting, Inc.

STEVE DEWHURST | C++    



About Steve Contact Code About Semantics Publications Courses Phrenology of Semantics
BANG

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.

Have a look...