Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Person Struct Reference
Collaboration diagram for Person:
[legend]

Public Member Functions

bool operator== (const Person &other) const
 

Public Attributes

string name
 
int age
 

Detailed Description

Definition at line 454 of file ah-dry-mixin_test.cc.

Member Function Documentation

◆ operator==()

bool Person::operator== ( const Person other) const
inline

Definition at line 1076 of file ah-functional.cc.

References age, Aleph::maps(), and name.

Member Data Documentation

◆ age

int Person::age

Definition at line 457 of file ah-dry-mixin_test.cc.

Referenced by operator==(), TEST(), and TEST().

◆ name

string Person::name

Definition at line 456 of file ah-dry-mixin_test.cc.

Referenced by operator==(), TEST(), and TEST().


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