MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetSize

Method GetSize

LibLemon/include/lemon/ipc/message.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 template<typename T>
33 uint16_t GetSize(const T& obj) const {
34 return sizeof(obj);
35 }
36
37 template<typename T>
38 void Insert(uint16_t& pos, const T& obj){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected