Changes between Version 6 and Version 7 of SoC2016


Ignore:
Timestamp:
Jan 15, 2016, 2:19:05 PM (7 years ago)
Author:
Niall Douglas
Comment:

add additional project extensions to static map idea

Legend:

Unmodified
Added
Removed
Modified
  • SoC2016

    v6 v7  
    142142
    143143==== Potential project extension funded by Boost ====
    144 - `static_multimap`
    145 - `static_set` and `static_multiset`
    146 - `static_ordered_map` and `static_ordered_multimap`
     144- `static_multimap` (keys are not unique)
     145- `static_set` and `static_multiset` (keys only)
     146- `static_ordered_map` and `static_ordered_multimap` (iteration is in order of keys)
     147- `static_bimap` (values are also keys)
     148- `static_index<T...>` (multi-column table with some columns being hash indexed)
    147149
    148150==== Programming competency test ====