MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / load

Method load

examples/quickstart/zerocopy_rdma.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79 template <typename Archive>
80 void load(Archive& ar, unsigned int const)
81 {
82 std::size_t t = 0;
83 ar >> size_ >> t;
84 pointer_ = reinterpret_cast<pointer>(t);
85 }
86
87 template <typename Archive>
88 void save(Archive& ar, unsigned int const) const

Callers 5

hpx_mainFunction · 0.45
incr1Function · 0.45
incr2Function · 0.45
bothFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected