std
::
collections
::
triple {Type1, Type2, Type3}
Triple
struct
Triple
(
Printable
)
{
Type1
first
;
Type2
second
;
Type3
third
;
}
Members
Methods