qh_sizeof_utai_member()
QNX SDP8.0QNX Helpers Developer's GuideAPIDeveloper
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:
qhReturns:
The size of a portion of the composite type, up to and including the provided member name.
Page updated: