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

Function join_path

src/CPfilepaths.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297// ---- join_path --------------------------------------------------------------
298
299std::string join_path(const std::string& one, const std::string& two) {
300 return (fs::path(one) / two).string();
301}
302
303// Legacy implementation kept for reference (powerpc / pre-NDK-r23 Android):
304//

Callers 4

get_casesensitive_fluidsFunction · 0.85
get_REFPROP_HMX_BNC_pathFunction · 0.85
set_REFPROP_fluidsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected