Skip to main content

ContentWidth Struct

Strong-typed wrapper for the original content width, in pixels. More...

Declaration

struct simaai::neat::StillImageInput::ContentWidth { ... }

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprContentWidth ()=default

Default-construct with value 0. More...

constexprContentWidth (int v)

Construct from raw integer value. More...

Public Member Attributes Index

intvalue = 0

Underlying integer value, in pixels. More...

Description

Strong-typed wrapper for the original content width, in pixels.

Definition at line 35 of file StillImageInput.h.

Public Constructors

ContentWidth()

constexpr simaai::neat::StillImageInput::ContentWidth::ContentWidth ()
constexpr default

Default-construct with value 0.

Definition at line 38 of file StillImageInput.h.

ContentWidth()

constexpr simaai::neat::StillImageInput::ContentWidth::ContentWidth (int v)
inline constexpr

Construct from raw integer value.

Definition at line 40 of file StillImageInput.h.

40 constexpr ContentWidth(int v) : value(v) {}

Public Member Attributes

value

int simaai::neat::StillImageInput::ContentWidth::value = 0

Underlying integer value, in pixels.

Definition at line 36 of file StillImageInput.h.

36 int value = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.