Let\'s say I have following type:
struct XY { short nIndex; constexpr operator int() { return nIndex; } };
What can I change