\r\n

51Degrees Device Detection C/C++  4.5

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesCollectionIndexOrOffset Union Reference

Detailed Description

Location of the item within the Collection.

Data Fields

uint32_t  index
index of the item in the collection. More...
uint32_t  offset
byte offset of the item from the start of collection. More...

Field Documentation

◆ index

uint32_t fiftyoneDegreesCollectionIndexOrOffset::index

index of the item in the collection.

◆ offset

uint32_t fiftyoneDegreesCollectionIndexOrOffset::offset

byte offset of the item from the start of collection.


The documentation for this union was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/collectionKey.h
On This Page