Free Electron
|
Base class that prevents further derivation. More...
#include <Final.h>
Friends | |
class | T |
Base class that prevents further derivation.
Usage:
By making it virtual, the most derived class calls the constructor, which is hidden from all but the immediate derived class.
Note that this requires changes to the standard that may still be pending. Otherwise, it is an error.