Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::PathConstructible Concept Reference

#include <Types.hpp>

Concept definition

template<typename T, typename... Args>
requires(const std::filesystem::path& p, Args&&... args) { T{p, std::forward<decltype(args)>(args)...}; }
Definition Types.hpp:12