MCPcopy Create free account
hub / github.com/ablab/spades / BasicStringRef

Method BasicStringRef

ext/include/cppformat/format.h:175–175  ·  view source on GitHub ↗

Constructs a string reference object from a C string and a size. If *size* is zero, which is the default, the size is computed automatically. */

Source from the content-addressed store, hash-verified

173 automatically.
174 */
175 BasicStringRef(const Char *s, std::size_t size = 0) : data_(s), size_(size) {}
176
177 /**
178 Constructs a string reference from an `std::string` object.

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected