CCIMXDesktop
 
Loading...
Searching...
No Matches
Settings::XY< value > Struct Template Reference

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.
 

Detailed Description

template<auto value>
struct Settings::XY< value >

Template struct to extract x and y coordinates from a QPair position value.

Template Parameters
valueA QPair representing position (x, y).

The documentation for this struct was generated from the following file: