multi_methods
alphaDescription
multi_methods is a C++ library that allows virtual methods to be added to a class without editing the class. It also allows methods to dispatch on all of their arguments instead of only on the this pointer which makes Patterns like Visitor trivial.
multi_methods Web SiteUser Reviews
Be the first to post a review of multi_methods!