CeresEngine
0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ExpressibleByIntegerLiteral Concept Reference
#include <
CeresEngine/SwiftConcepts.hpp
>
Concept definition
template
<
typename
T>
concept
CeresEngine::ExpressibleByIntegerLiteral
=
requires
(
T
v
) {
{
v
} -> std::integral;
}
CeresEngine::ExpressibleByIntegerLiteral
Definition
SwiftConcepts.hpp:16
CeresEngine::Button::T
@ T
CeresEngine::hash
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition
Hash.hpp:25
CeresEngine
ExpressibleByIntegerLiteral
Generated by
1.9.8