qh_sizeof_utai_member()

Updated: April 19, 2023

Provides the size of a portion of a composite type (struct, union), up to and including a provided member name

Synopsis:

#include <qh/size.h>
#define qh_sizeof_utai_member(composite,
                              inc_member)

Arguments:

composite
The composite type.
inc_member
The name of the last member to include when determining the size of the composite portion.

Library:

qh

Returns:

The size of a portion of the composite type, up to and including the provided member name.