#ifndef _BEACON_ARRAY_H #define _BEACON_ARRAY_H std::array::iterator it; std::array beacons = {0x0000010203040506, 0x0000aabbccddeeff, 0x0000112233445566}; #endif