Skip to content

Add a slide on member function pointers #326

@bernhardmgruber

Description

@bernhardmgruber

AFAIK, we don't discuss member function pointers (e.g. int (S::*)(float) would be the pointer type of f in struct S{ int f(float); };) and operator.*/operator->* anywhere.

Member pointers are not only super cryptic, they also make good candidates for C++ quizzes (fun!) :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions