MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / Pointer

Method Pointer

src/pointer.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "defs.hpp"
24
25Pointer::Pointer(const std::size_t cap,
26 const wrap_t wrap_set ) : Pointer( cap )
27{
28 wrap_a = wrap_set;
29#ifdef JVEC_MACHINE
30 wrap_b = wrap_set;
31#endif
32}
33
34
35Pointer::Pointer( Pointer &other,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected