pair class : pair() fitter

Description

Returns an instance with initial value.

Syntax

new pair()

Arguments

None.

Return value

ClassDescription
pairAn instance with initial value. It has not been initialized.

Sample code

1:

pair newPair = new pair();

Notes

The initial value is an empty pair and has not been initialized.

Links for reference

None.

Copyright © Rice All rights reserved.