Nui
load_file.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <filesystem>
4 #include <string>
5 #include <optional>
6 
7 std::optional<std::string> loadFile(std::filesystem::path const& file);
std::optional< std::string > loadFile(std::filesystem::path const &file)
Definition: load_file.cpp:5