17 lines
813 B
Markdown
17 lines
813 B
Markdown
[bitwise.operations.general]
|
||
|
||
# 22 General utilities library [[utilities]](./#utilities)
|
||
|
||
## 22.10 Function objects [[function.objects]](function.objects#bitwise.operations.general)
|
||
|
||
### 22.10.11 Bitwise operations [[bitwise.operations]](bitwise.operations#general)
|
||
|
||
#### 22.10.11.1 General [bitwise.operations.general]
|
||
|
||
[1](#1)
|
||
|
||
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/utilities.tex#L12931)
|
||
|
||
The library provides basic function object classes for all of the bitwise
|
||
operators in the language ([[expr.bit.and]](expr.bit.and "7.6.11 Bitwise AND operator"), [[expr.or]](expr.or "7.6.13 Bitwise inclusive OR operator"), [[expr.xor]](expr.xor "7.6.12 Bitwise exclusive OR operator"), [[expr.unary.op]](expr.unary.op "7.6.2.2 Unary operators"))[.](#1.sentence-1)
|