c++open-sourcepolicy-based-design

Policy based design in a real world open source project


Can anybody point me to an open source C++ project(preferably not a lib), where policy based design is extensively used?


Solution

  • Well, I suppose that any C++ application using the STL containers (parameterized by an Allocator and, sometimes, a Comparator) extensively use Policy-Based design. It's been a corner stone of the STL even seen it saw the light at SGI.