18 inline std::filesystem::path
to_path(
const std::string& s)
20 return std::filesystem::path(
21 std::u8string(
reinterpret_cast<const char8_t*
>(s.data()), s.size()));
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
std::filesystem::path to_path(const std::string &s)
Definition PathUtils.h:18