I have just started reading Modern C++ Design Generic programming and Design Patterns Applied and I am wondering if I need to go through some very basic tutorial on policy-based class design before I dive in. Will chapter 1 provide all I need to follow it?
I am already experienced with template usage (STL/boost/Poco) and writing template classes/methods.