CPP-TOOLBOX
Loading...
Searching...
No Matches
MapSignals< Key, Value >::Inserted Struct Reference

#include <reactive_unordered_map.hpp>

Public Attributes

const Keykey
 
const Value & value
 

Detailed Description

template<typename Key, typename Value>
struct MapSignals< Key, Value >::Inserted
Examples
/home/runner/work/website/website/code/src/utility/reactive_unordered_map/reactive_unordered_map.hpp.

Member Data Documentation

◆ key

template<typename Key, typename Value>
const Key& MapSignals< Key, Value >::Inserted::key

◆ value

template<typename Key, typename Value>
const Value& MapSignals< Key, Value >::Inserted::value

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