_>>template<auto f1,auto f2>constexpr int rel_ofs() { _>> return offset_of<f1> - offset_of<f2>; _>>} _>>