23.map multimap | ||
23.1.map( 9 ) | 23.10.map swap( 1 ) | |
23.2.map display( 1 ) | 23.11.multimap( 4 ) | |
23.3.map compare( 5 ) | 23.12.multimap count( 1 ) | |
23.4.map erase( 4 ) | 23.13.multimap insert( 4 ) | |
23.5.map find( 4 ) | 23.14.multimap interator( 2 ) | |
23.6.map insert( 9 ) | 23.15.multimap erase( 3 ) | |
23.7.map iterator( 10 ) | 23.16.multimap find( 1 ) | |
23.8.map subscript indexer( 1 ) | 23.17.pair( 11 ) | |
23.9.map update( 1 ) |