| 266 | } |
| 267 | |
| 268 | inline std::span<uint8_t const> GetFilterAnd() const |
| 269 | { |
| 270 | return std::span(GetComponentIndexPtr(FilterAnd), GetComponentIndexPtr(NumComponents)); |
| 271 | } |
| 272 | }; |
| 273 | |
| 274 | enum class QueryFlags : uint32_t |
nothing calls this directly
no outgoing calls
no test coverage detected