Special Member Functions

Special member functions

Special member functions are automatically generated by the C++ compiler when they are used but not declared explicitly by the programmer. These include the destructor, copy constructor and assignment operators, which perform a memberwise operation and have public, non-virtual parameters.

1 courses cover this concept

CS 106L Standard C++ Programming

Stanford University

Winter 2023

This is a companion course to CS106B/CS106X, diving into the modern C++ language. It covers some of the most exciting features of C++, including modern patterns that give it beauty and power. It is an intermediate-level course assuming familiarity with basic programming concepts.

No concepts data

+ 23 more concepts