|
|
От: |
alexander_v
|
|
| Дата: | 20.11.03 07:08 | ||
| Оценка: | |||
_>>#define CONCAT( p1, p2 ) p1##,##p2
_>>#define FOR_EACH_M( Decl_p1, Decl_p2, Cont ) FOR_EACH( CONCAT( Decl_p1, Decl_p2 ), Cont )
_>>// Использовать так
_>>FOR_EACH_M( pair<const string, string>& thePair, mapStoS )
_>>