#include <map.hpp>
Public Member Functions | |
| KVPair () | |
| KVPair (const Key &arg_key, const Value &arg_value) | |
| bool | match (const Key &rhs) const |
Public Attributes | |
| Key | key |
| Value | value |
|
inline |
|
inline |
|
inline |
| Key uavcan::Map< Key, Value >::KVPair::key |
| Value uavcan::Map< Key, Value >::KVPair::value |