[#CValidationInterface-2destructor] = xref:CValidationInterface.adoc[CValidationInterface]::~CValidationInterface :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr ~CValidationInterface() = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#