ProteoWizard
Public Member Functions | Public Attributes | List of all members
CustomPair Struct Reference

Public Member Functions

 CustomPair (double _a, double _b)
 

Public Attributes

double a
 
double b
 

Detailed Description

Definition at line 121 of file OrderedPairTest.cpp.

Constructor & Destructor Documentation

§ CustomPair()

CustomPair::CustomPair ( double  _a,
double  _b 
)
inline

Definition at line 121 of file OrderedPairTest.cpp.

References CustomPair().

Referenced by CustomPair().

121 {double a; double b; CustomPair(double _a, double _b) : a(_a), b(_b) {} };
CustomPair(double _a, double _b)

Member Data Documentation

§ a

double CustomPair::a

Definition at line 121 of file OrderedPairTest.cpp.

§ b

double CustomPair::b

Definition at line 121 of file OrderedPairTest.cpp.


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