23 std::string_view organization_name,
24 std::string_view application_name
55 std::pair<std::fstream, std::filesystem::path>
mkstemp(
56 std::string_view suffix = {},
57 std::string_view prefix = {}
64 std::string_view suffix = {},
65 std::string_view prefix = {}
Definition custom_decoration_generator.h:5
std::pair< std::fstream, std::filesystem::path > mkstemp(std::string_view suffix={}, std::string_view prefix={})
std::filesystem::path mkdtemp(std::string_view suffix={}, std::string_view prefix={})
bool set_clipboard_text(std::string_view)
std::tm system_calendar_time()
std::filesystem::path user_data_directory(std::string_view organization_name, std::string_view application_name)
std::string get_clipboard_text()
std::filesystem::path current_executable_directory()
void open_url_in_os_default_web_browser(std::string_view)
void open_file_in_os_default_application(const std::filesystem::path &)