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

Method capacity

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

Return capacity of string

Source from the content-addressed store, hash-verified

141
142 // Return capacity of string
143 size_type capacity () const { return rep_->capacity; }
144
145
146 // single char extraction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected