Expand description
Query filter for the room query subcommand.
QueryFilter determines whether a given message should be included in
query output. All fields are optional — a missing field means “no constraint
on that dimension”. A message passes QueryFilter::matches only when
every present constraint is satisfied (logical AND).
Structs§
- Query
Filter - Filter criteria for the
room querysubcommand (néeroom poll).
Functions§
- has_
narrowing_ filter - Returns
trueiffiltercontains at least one narrowing criterion.