From: muggar on
Hi,
how to implement compile time hook mechanism? An use case would look
like:

AClass<SomeType,Hooks<FunctorOne,FunctorTwo,...>> aobj;

AClass::AFunction() {
// ...
RunHooks();
// ...
}

Thanks,
Muggar

--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]