MCPcopy Create free account
hub / github.com/CCob/lsarelayx / serialize

Method serialize

plugin/include/bitsery/ext/std_stack.h:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56 template<typename Ser, typename T, typename C, typename Fnc>
57 void serialize(Ser &ser, const std::stack<T,C> &obj, Fnc &&fnc) const {
58 ser.container(StackCnt<T,C>::getContainer(obj), _maxSize, std::forward<Fnc>(fnc));
59 }
60
61 template<typename Des, typename T, typename C, typename Fnc>
62 void deserialize(Des &des, std::stack<T,C> &obj, Fnc &&fnc) const {

Callers

nothing calls this directly

Calls 1

containerMethod · 0.45

Tested by

no test coverage detected