MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / nested

Function nested

dds/DCPS/XTypes/Utils.h:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240inline DCPS::Sample::Extent nested(DCPS::Sample::Extent ext)
241{
242 return ext == DCPS::Sample::KeyOnly ? DCPS::Sample::NestedKeyOnly : ext;
243}
244
245// Convert the index vector to an element in a multi-dimensional array into a flat index.
246// See description for ARRAY_TYPE in XTypes 1.3, page 139.

Calls

no outgoing calls

Tested by

no test coverage detected