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

Method size

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

Source from the content-addressed store, hash-verified

581 explicit UTF8ToUTF16(StringRef s);
582 operator WStringRef() const { return WStringRef(&buffer_[0], size()); }
583 size_t size() const { return buffer_.size() - 1; }
584 const wchar_t *c_str() const { return &buffer_[0]; }
585 std::wstring str() const { return std::wstring(&buffer_[0], size()); }
586};

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected