MCPcopy Create free account
hub / github.com/celtera/libremidi / reset

Function reset

include/libremidi/system_error2.hpp:926–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 }
925
926 void reset() noexcept
927 {
928 this->decrement_shared_reference_count();
929 this->assign(nullptr);
930 }
931
932 void reset(std::nullptr_t) noexcept
933 {

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected