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>
concept
shkyera::PathConstructible
=
requires
(
const
std::filesystem::path& p, Args&&... args) { T{p, std::forward<decltype(args)>(args)...}; }
shkyera::PathConstructible
Definition
Types.hpp:12
shkyera
PathConstructible
Generated by
1.9.8
Franciszek Szewczyk © 2023