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

Method reference

slot_map/slot_map.h:1249–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247 TYPE* ptr = nullptr;
1248
1249 explicit reference(TYPE* _ptr)
1250 : ptr(_ptr)
1251 {
1252 }
1253
1254 reference(const reference& /*other*/) noexcept = default;
1255 reference(reference&& /*other*/) noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected