¡@

Home 

c++ Programming Glossary: pars

How to allow templated functor work on both member and non-member functions

http://stackoverflow.com/questions/17218712/how-to-allow-templated-functor-work-on-both-member-and-non-member-functions

Logger public RetType operator Arg1Type s ... if func 0 parser 0 return parser func s else if nfunc 0 return nfunc s return.. RetType operator Arg1Type s ... if func 0 parser 0 return parser func s else if nfunc 0 return nfunc s return RetType Logger.. fun Arg1Type s ... func fun return this void Bind Class pars RetType Class fun Arg1Type s ... parser pars func fun nfunc..