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

Method str

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

Source from the content-addressed store, hash-verified

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};
587
588// A converter from UTF-16 to UTF-8.

Callers 4

BasicWriterClass · 0.45
formatFunction · 0.45
formatMethod · 0.45
sprintfMethod · 0.45

Calls 1

sizeClass · 0.50

Tested by

no test coverage detected