MCPcopy Create free account
hub / github.com/boostorg/histogram / serialize

Method serialize

include/boost/histogram/serialization.hpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58template <typename RealType>
59template <class Archive>
60void weight_counter<RealType>::serialize(Archive& ar,
61 unsigned /* version */) {
62 ar& w;
63 ar& w2;
64}
65
66template <class Archive, typename T, typename A>
67void serialize(Archive& ar, array_storage<T, A>& store,

Callers

nothing calls this directly

Calls 7

~variableMethod · 0.95
~categoryMethod · 0.95
applyFunction · 0.85
destroyerClass · 0.85
serializerClass · 0.85
serialize_axesFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected