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

Method ptr

ext/src/cppformat/format.cc:504–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 String() : str_() {}
503 ~String() { LocalFree(str_); }
504 LPWSTR *ptr() { return &str_; }
505 LPCWSTR c_str() const { return str_; }
506 };
507 FMT_TRY {

Callers 1

FMT_NOEXCEPTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected