point<T> |
Defined in
<point.cpp> |
|
(1) | (defaulted) |
|
(2) |
(1)
point<T>()
(defaulted)
point<T>()
Default constructor of default definition.
(2)
point<T>(T _x, T _y)
point<T>(T _x, T _y)
Value-based constructor that takes x
and y
values and sinks them into place.
Parameters
|
|
The |
|
|
|
The |