| 304 | } |
| 305 | |
| 306 | inline std::span<ComponentTypeIndex const> GetIncludeAny() const |
| 307 | { |
| 308 | return std::span(ComponentIndices + IncludeAny, ComponentIndices + Excludes); |
| 309 | } |
| 310 | |
| 311 | inline std::span<ComponentTypeIndex const> GetExcludes() const |
| 312 | { |
no outgoing calls
no test coverage detected