Skip to content

chore:investigate passing mutation type to systems #3

Description

@ThorstenSuckow

See #2 - this could be enhanced by constraining the type of access

Read<A>
DeferredRead<A>

then when accessing entities:

Entity {

template<typename AccessType>
set(data) {
if constexpr (std::same_as<AccessType, DeferredAccess>...)

}

Metadata

Metadata

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions