Tuesday, September 21, 2010

References to Functions

You can have references to regular functions, but not member functions.

Reference: Modern C++ Design: Generic Programming and Design Patterns Applied by Andrei Alexandrescu. Addison-Wesley, 2001, p. 117.

No comments:

Post a Comment