1. 🏠

point<T>

Defined in <point.cpp>

An example point class

template <class T>
struct point;

Member Fields

Field Type Notes
x T

The x coordinate of the point.

y T

The y coordinate of the point.

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

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