MCPcopy Create free account
hub / github.com/SergeyMakeev/ExcaliburHash / reference

Method reference

ExcaliburHash/ExcaliburHash.h:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 TYPE* ptr = nullptr;
515
516 explicit reference(TYPE* _ptr) noexcept
517 : ptr(_ptr)
518 {
519 }
520
521 reference(const reference&) noexcept = default;
522 reference(reference&&) noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected