Go to the documentation of this file.
23 #ifndef INCLUDED_GR_TAGS_H
24 #define INCLUDED_GR_TAGS_H
52 static inline bool offset_compare(
const tag_t &x,
58 inline bool operator == (
const tag_t &t)
const
60 return (t.
key == key) && (t.
value == value) && \