MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / path

Method path

src/Tests/CoolProp-Tests-FactoryOptions.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 TempJSONFile& operator=(TempJSONFile&&) = delete;
40
41 [[nodiscard]] std::string path() const {
42 return path_.string();
43 }
44
45 private:
46 std::filesystem::path path_;

Calls

no outgoing calls

Tested by

no test coverage detected