Wt
3.7.1
|
A utility class for defining a tuple of database objects. More...
Public Types | |
typedef boost::tuple< ptr< T0 >, ptr< T1 >,..., ptr< T9 > > | type |
A typedef for a Boost.Tuple for ptrs. | |
A utility class for defining a tuple of database objects.
Since C++ (at least prior to C++0x) does not support template typedefs, this class provides a nested type
that is a typedef for a Boost.Tuple containing one or more Wt::Dbo::ptr.
Thus:
Is equivalent to: