CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ExpressibleByStringLiteral Concept Reference

#include <CeresEngine/SwiftConcepts.hpp>

Concept definition

template<typename T>
concept CeresEngine::ExpressibleByStringLiteral = requires(const char* s) {
{ s } -> std::convertible_to<T>;
}
Definition SwiftConcepts.hpp:62
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25