In C++, the type of a function member can be seen as :
R(C::*)(Args...) qualifiers/specifiers
I am wondering if the part that is before the (Args...)
has an official name (I mean R(C::*)
)? (like the function declarator or something like that)