Base class of property visitor payloads. More...
#include <PropertyVisitor.hpp>
Public Member Functions | |
virtual | ~Payload ()=default |
Destroy the payload instance. More... | |
Base class of property visitor payloads.
There are no templated virtual methods in C++, so dispatchers must ensure they downcast correctly.
|
virtualdefault |
Destroy the payload instance.