C++ Library Extensions 2022.12.09
To help learn modern C++ programming
Point Struct Reference

Public Attributes

int m_x
 
int m_y
 

Detailed Description

Definition at line 7 of file 15-mixin.cpp.

Member Data Documentation

◆ m_x

int Point::m_x

Definition at line 9 of file 15-mixin.cpp.

◆ m_y

int Point::m_y

Definition at line 9 of file 15-mixin.cpp.


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