|
WeightStrategy | operator| (WeightStrategy lhs, WeightStrategy rhs) |
| Bitwise OR of two strategies. More...
|
|
WeightStrategy & | operator|= (WeightStrategy &lhs, WeightStrategy rhs) |
| Switch on the bits of lhs that are in rhs. More...
|
|
WeightStrategy | operator& (WeightStrategy lhs, WeightStrategy rhs) |
| Bitwise AND of two strategies. More...
|
|
WeightStrategy & | operator&= (WeightStrategy &lhs, WeightStrategy rhs) |
| Switch off any bits of lhs not in rhs. More...
|
|
WeightStrategy | operator^ (WeightStrategy lhs, WeightStrategy rhs) |
| Bitwise XOR of two strategies. More...
|
|
WeightStrategy & | operator^= (WeightStrategy &lhs, WeightStrategy rhs) |
| Flip any bits of rhs that are in rhs. More...
|
|
WeightStrategy | operator~ (WeightStrategy ws) |
| Negate a value. More...
|
|
bool | operator! (WeightStrategy ws) |
| Contextually convert to a bool. More...
|
|