CeresEngine
0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::CustomStringConvertible Concept Reference
#include <
CeresEngine/SwiftConcepts.hpp
>
Concept definition
template
<
typename
T>
concept
CeresEngine::CustomStringConvertible
=
requires
(
T
v
) {
{
v
.toString()};
}
CeresEngine::CustomStringConvertible
Definition
SwiftConcepts.hpp:57
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
CustomStringConvertible
Generated by
1.9.8