Mir
Public Member Functions | Public Attributes | List of all members
mir::geometry::Point Struct Reference

#include <point.h>

Public Member Functions

constexpr Point ()=default
 
constexpr Point (Point const &)=default
 
Pointoperator= (Point const &)=default
 
template<typename XType , typename YType >
constexpr Point (XType &&x, YType &&y)
 

Public Attributes

X x
 
Y y
 

Constructor & Destructor Documentation

◆ Point() [1/3]

constexpr mir::geometry::Point::Point ( )
default

◆ Point() [2/3]

constexpr mir::geometry::Point::Point ( Point const &  )
default

◆ Point() [3/3]

template<typename XType , typename YType >
constexpr mir::geometry::Point::Point ( XType &&  x,
YType &&  y 
)
inline

Member Function Documentation

◆ operator=()

Point& mir::geometry::Point::operator= ( Point const &  )
default

Member Data Documentation

◆ x

X mir::geometry::Point::x

◆ y

Y mir::geometry::Point::y

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

Copyright © 2012-2018 Canonical Ltd.
Generated on Mon Feb 19 14:06:43 UTC 2018