ORIGINAL
|
Composite filter operations with logical chaining. More...
Go to the source code of this file.
Classes | |
class | original::filterStream< TYPE > |
Composite filter builder with logical operator chaining. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Composite filter operations with logical chaining.
Implements a stream-like structure for combining multiple filters through logical operators. Supports AND/OR/NOT operations and explicit grouping via group() function. Uses postfix notation for internal evaluation and avoids direct parenthesis usage.