unlogic
Loading...
Searching...
No Matches
io.h
Go to the documentation of this file.
1#ifndef UNLOGIC_IO_H
2#define UNLOGIC_IO_H
3
4#include <string>
5#include <filesystem>
6
7namespace unlogic
8{
9 std::string load_file(std::filesystem::path const &path);
10}
11
12#endif //UNLOGIC_IO_H
std::string load_file(std::filesystem::path const &path)
Definition io.cpp:4
UniqueNode unique_node(Args &&... args)
Definition Node.h:144