
28 Sep
2005
28 Sep
'05
8:15 p.m.
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.