le2d
v0.4.7
2D game engine framework
Loading...
Searching...
No Matches
le::tweak::IntegerT Concept Reference
#include <
le2d/tweak/parser.hpp
>
Concept definition
template
<
typename
Type>
concept
le::tweak::IntegerT
= std::same_as<Type, std::int64_t> || std::same_as<Type, std::int32_t>
le::tweak::IntegerT
Definition
parser.hpp:9
le
tweak
IntegerT
Generated by
1.9.8