mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Variant
- Implemented ::operator_hastag and ::operator_notag.
This commit is contained in:
parent
b06ac68248
commit
ae356a1d32
2 changed files with 29 additions and 0 deletions
|
@ -60,6 +60,8 @@ public:
|
|||
bool operator_match (const Variant&) const;
|
||||
bool operator_nomatch (const Variant&) const;
|
||||
bool operator_partial (const Variant&) const;
|
||||
bool operator_hastag (const Variant&) const;
|
||||
bool operator_notag (const Variant&) const;
|
||||
bool operator! () const;
|
||||
|
||||
Variant& operator^= (const Variant&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue