1. 🏠

point<T>

Defined in <point.cpp>
point<T>()
(1) (defaulted)
point<T>(T _x, T _y)
(2)

(1)
point<T>()

(defaulted)

Default constructor of default definition.

(2)
point<T>(T _x, T _y)

Value-based constructor that takes x and y values and sinks them into place.

Parameters
 
T
_x

The x coordinate to sink.

 
T
_y

The y coordinate to sink.

Hyde Example Docs — Website showing a possible Jekyll-formatted hyde output.

Page owner(s): __MISSING__ Last updated 2024-10-01 15:42:11 +0000