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

Method state

include/libremidi/system_error2.hpp:1314–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312 };
1313
1314 state_type state() const noexcept
1315 {
1316 return state_type{m_begin, m_end, m_resource_management, context};
1317 }
1318
1319 constexpr explicit string_ref(const state_type& s) noexcept
1320 :

Callers 3

string_refMethod · 0.80
copy_constructMethod · 0.80
move_constructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected