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

Method StdStack

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

Source from the content-addressed store, hash-verified

52 size_t _maxSize;
53 public:
54 explicit StdStack(size_t maxSize):_maxSize{maxSize} {};
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected