Template Struct Point¶
Defined in File point.h
Struct Documentation¶
-
template<typename T>
struct Point¶ -
Public Functions
- constexpr constexpr Point ()=default
- constexpr constexpr Point (Point const &)=default
- template<typename U> inline explicit constexpr constexpr Point (Point< U > const &other) noexcept
- template<typename XType, typename YType> inline constexpr constexpr Point (XType &&x, YType &&y)