mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 06:12:47 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@8257 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
580d994707
commit
e91f6d9d57
3 changed files with 8 additions and 2 deletions
|
|
@ -12,6 +12,12 @@ CONSOLE_APP_MAIN
|
|||
DUMP(x.b);
|
||||
DUMP(x);
|
||||
|
||||
x.SetA(1);
|
||||
DUMP(x);
|
||||
|
||||
x.Set(0, "bar");
|
||||
DUMP(x);
|
||||
|
||||
Tuple2<int, String> y = Tuple<int, String>(13, "hello");
|
||||
|
||||
DUMP(x == y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue