Template Struct Size¶
Defined in File size.h
Struct Documentation¶
-
template<typename T>
struct Size¶ -
Public Functions
- inline constexpr constexpr Size () noexcept
- constexpr constexpr Size (Size const &) noexcept=default
- template<typename U> inline constexpr constexpr Size (Size< U > const &other) noexcept
- template<typename U> inline explicit constexpr constexpr Size (Size< U > const &other) noexcept
- template<typename WidthType, typename HeightType> inline constexpr constexpr Size (WidthType &&width, HeightType &&height) noexcept