Struct WriteParams::UserWriteData

Nested Relationships

This struct is a nested type of Class WriteParams.

Struct Documentation

struct UserWriteData

Base class storing custom information in the WriteParams structure for later filtering.

This struct serves as a base class that allows derived classes to be deleted safely through a pointer to this base type. It is intended to be user-extensible.

Public Functions

UserWriteData() = default
virtual ~UserWriteData() = default