Skip to main content

ContentHeight Struct

Declaration

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

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprContentHeight ()=default
constexprContentHeight (int v)

Public Member Attributes Index

intvalue = 0

Definition at line 26 of file StillImageInput.h.

Public Constructors

ContentHeight()

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

Definition at line 28 of file StillImageInput.h.

ContentHeight()

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

Definition at line 29 of file StillImageInput.h.

29 constexpr ContentHeight(int v) : value(v) {}

Public Member Attributes

value

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

Definition at line 27 of file StillImageInput.h.

27 int value = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.