The type of a non-static member function is an ordinary function type, and the type of a non-static data member is an ordinary object type.
There are no special member function types or data member types.
—end note
]
Given this recent answer in SO, I would say that the first part (in bold) of this Note is a defect. It simply doesn't make any sense to me. I would appreciate some feedback on this.