Searched defs:offset_by (Results 1 – 3 of 3) sorted by relevance
75 struct offset_by<offset, std::index_sequence<i...>> { struct76 using type = std::index_sequence<(offset + i)...>;
56 #define offset_by(t, b, o) ((t *) ((char *) (b) + (unsigned int) (o))) macro