| 314 | } |
| 315 | |
| 316 | inline std::span<ComponentTypeIndex const> GetAddOrs() const |
| 317 | { |
| 318 | return std::span(ComponentIndices + AddOrs, ComponentIndices + AddAnds); |
| 319 | } |
| 320 | |
| 321 | inline std::span<ComponentTypeIndex const> GetAddAnds() const |
| 322 | { |
nothing calls this directly
no outgoing calls
no test coverage detected