MCPcopy Create free account
hub / github.com/Kitware/CMake / String

Method String

Source/cmCMakePath.h:456–456  ·  view source on GitHub ↗

Observers

Source from the content-addressed store, hash-verified

454
455 // Observers
456 std::string String() const { return this->Path.string(); }
457 std::wstring WString() const { return this->Path.wstring(); }
458
459 string_type Native() const

Callers

nothing calls this directly

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected