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

Method str

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

Returns the content of the output buffer as an `std::string`. */

Source from the content-addressed store, hash-verified

1535 Returns the content of the output buffer as an `std::string`.
1536 */
1537 std::basic_string<Char> str() const {
1538 return std::basic_string<Char>(&buffer_[0], buffer_.size());
1539 }
1540
1541 /**
1542 \rst

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected