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

Method shared_string_ref

include/libremidi/system_error2.hpp:1439–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1437 }
1438
1439 explicit shared_string_ref(string_arena* a) noexcept
1440 :
1441 string_ref{
1442 a->begin(),
1443 a->end(),
1444 string_ref::resource_management{&copy_construct, &move_construct, &destroy},
1445 a
1446 }
1447 { }
1448
1449 const string_arena_base* get_arena() const noexcept
1450 {

Callers

nothing calls this directly

Calls 3

cstring_null_scanFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected