add filesystem path

This commit is contained in:
2025-09-18 23:11:32 +03:00
parent dd6606eab9
commit a76aadc068
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ auto main(int argc, char *argv[]) -> int
e.set("int", 1);
e.set("float", 1.13f);
e.set("double", 1.23);
e.set("file", std::filesystem::path("/tes/path/to_file.txt"));
// struct user_type
// {