MCPcopy Create free account
hub / github.com/AimRT/AimRT / ToStdStringView

Function ToStdStringView

src/interface/aimrt_module_cpp_interface/util/string.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25inline std::string_view ToStdStringView(aimrt_string_view_t s) {
26 return std::string_view(s.str, s.len);
27}
28
29inline std::string ToStdString(aimrt_string_view_t s) {
30 return std::string(s.str, s.len);

Callers 15

InfoMethod · 0.85
GenOpsBaseMethod · 0.85
GetMetaValueMethod · 0.85
GetMetaKeysMethod · 0.85
GetMetaKeyValsMethod · 0.85
ToStringMethod · 0.85
GetTopicMethod · 0.85
GetTopicMethod · 0.85
TypeMethod · 0.85
NameMethod · 0.85
GenOpsBaseMethod · 0.85
GetMetaValueMethod · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68