Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Opaque Struct Reference

Public Member Functions

bool operator== (const Opaque &o) const
 

Public Attributes

int val
 

Detailed Description

Definition at line 52 of file Tricky.tests.cpp.

Member Function Documentation

◆ operator==()

bool Opaque::operator== ( const Opaque & o) const
inline

Definition at line 55 of file Tricky.tests.cpp.

56 {
57 return val == o.val;
58 }

Member Data Documentation

◆ val

int Opaque::val

Definition at line 54 of file Tricky.tests.cpp.


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