MCPcopy Create free account
hub / github.com/USCiLab/cereal / loadSize

Method loadSize

include/cereal/archives/xml.hpp:673–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671
672 //! Loads the size of the current top node
673 template <class T> inline
674 void loadSize( T & value )
675 {
676 value = getNumChildren( itsNodes.top().node );
677 }
678
679 protected:
680 //! Gets the number of children (usually interpreted as size) for the specified node

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected