Template struct to extract x and y coordinates from a QPair position value. More...
#include <settings_common.h>
Static Public Attributes | |
| static constexpr unsigned short | x = value.first |
| X coordinate. | |
| static constexpr unsigned short | y = value.second |
| Y coordinate. | |
Template struct to extract x and y coordinates from a QPair position value.
| value | A QPair representing position (x, y). |