#include <tuples.h>
Public Types | |
| typedef Head_ | head_type |
| typedef Tail_ | tail_type |
Public Member Functions | |
| tuple (const head_type &h, const tail_type &t) | |
Public Attributes | |
| head_type | head |
| tail_type | tail |
Definition at line 42 of file tuples.h.
|
|||||
|
|
|
|||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.2