Protected destructor so that instances can only be deleted by derived classes. If that restriction is no longer desired, this should be made public and virtual.
Synopsis
Declared in <validationinterface.h>
constexpr
~CValidationInterface() = default;
Created with MrDocs