MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / length

Method length

lesson7-Detection/src/utils/tinystr.h:134–134  ·  view source on GitHub ↗

Return the length of a TiXmlString

Source from the content-addressed store, hash-verified

132
133 // Return the length of a TiXmlString
134 size_type length () const { return rep_->size; }
135
136 // Alias for length()
137 size_type size () const { return rep_->size; }

Callers 10

replace_all_distinctFunction · 0.80
EncodeStringMethod · 0.80
TiXmlStringMethod · 0.80
TiXmlStringClass · 0.80
operator ==Function · 0.80
replace_all_distinctFunction · 0.80
operator +Function · 0.80
StreamInMethod · 0.80
ParseMethod · 0.80
BlankMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected