STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::skeletons::flows::inline_flows::insert_into_multimap< Key, Value, Map > Struct Template Reference

Inserts a key-value pair or appends to the value if the key already exists in the map. More...

Public Types

using type = typename insert_into_multimap_at< index_of_key< Key, Map >::value, Value, Key, Map >::type
 

Detailed Description

template<typename Key, typename Value, typename Map>
struct stapl::skeletons::flows::inline_flows::insert_into_multimap< Key, Value, Map >

Inserts a key-value pair or appends to the value if the key already exists in the map.


The documentation for this struct was generated from the following file: