Open
Description
We need to decide whether to extract implicitly declared special member functions. On one hand, extracting such functions could introduce a lot of "noise" to the documentation (since most classes would have them). On the other hand, a class could for example contain a private non-copyable non-static data member, which would make the class non-copyable but not be apparent from the public interface.
Metadata
Metadata
Assignees
Type
Projects
Status
Accepted