Files
2025-10-25 03:02:53 +03:00

17 lines
813 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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.11Bitwise AND operator"), [[expr.or]](expr.or "7.6.13Bitwise inclusive OR operator"), [[expr.xor]](expr.xor "7.6.12Bitwise exclusive OR operator"), [[expr.unary.op]](expr.unary.op "7.6.2.2Unary operators"))[.](#1.sentence-1)