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

Template struct to extract width and height from a QPair size value. More...

#include <settings_common.h>

Static Public Attributes

static constexpr unsigned short width = value.first
 Width component of the size.
 
static constexpr unsigned short height = value.second
 Height component of the size.
 

Detailed Description

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

Template struct to extract width and height from a QPair size value.

Template Parameters
valueA QPair representing size (width, height).

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