A traits class defining whether a minidump object type is required to appear only as a fixed-size object or if it is variable-sized. More...
#include "minidump/test/minidump_writable_test_util.h"
A traits class defining whether a minidump object type is required to appear only as a fixed-size object or if it is variable-sized.
Variable-sized data is data referenced by a MINIDUMP_LOCATION_DESCRIPTOR whose DataSize field may be larger than the size of the basic object type’s structure. This can happen for types that appear only as variable-sized lists, or types whose final fields are variable-sized lists or other variable-sized data.