[#mapMsgTypeSize] = mapMsgTypeSize :mrdocs: Maps a message type to the total number of bytes seen for it. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using mapMsgTypeSize = std::map<std::string, uint64_t>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#