Monero
Loading...
Searching...
No Matches
Student Struct Reference

Public Member Functions

 Student ()
 Student (const std::string name, unsigned age, double height, bool canSwim)

Public Attributes

std::string name
unsigned age
double height
bool canSwim

Constructor & Destructor Documentation

◆ Student() [1/2]

Student::Student ( )
inline

◆ Student() [2/2]

Student::Student ( const std::string name,
unsigned age,
double height,
bool canSwim )
inline

Member Data Documentation

◆ age

unsigned Student::age

◆ canSwim

bool Student::canSwim

◆ height

double Student::height

◆ name

std::string Student::name

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