Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-09-28 15:15:30


On 09/28/2005 02:35 PM, Larry Evans wrote:
> On 09/27/2005 03:24 PM, Calum Grant wrote:
> [snip]
> I'm having trouble understanding the purpose of table_column_number.
[snip]
> Could you explain a little more?
Never mind. I see, in column_names.hpp:

           col<0>::type N0; \
        col<1>::type N1; \
        Name() { } \

where:

           template<int Col> struct col
         : public rtl_gaccess_column<Name,Col> {};

and rtl_gaccess_column<Name,i>::type is typedef'ed to the Ti arg
to the RM_DEFINE_ROW_2 macro.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk