20#if defined CLI11_HAS_FILESYSTEM && CLI11_HAS_FILESYSTEM > 0
44#if defined CLI11_HAS_FILESYSTEM && CLI11_HAS_FILESYSTEM > 0
46CLI11_INLINE std::filesystem::path to_path(std::string_view str);
53#include "impl/Encoding_inl.hpp"
#define CLI11_INLINE
Definition Macros.hpp:129
CLI11_INLINE std::wstring widen(const std::string &str)
Convert a narrow string to a wide string.
CLI11_INLINE std::string narrow(const std::wstring &str)
Convert a wide string to a narrow string.