tmp/tmpmgil144p/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
##### null pointer comparison
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template <class R, class... ArgTypes>
|
| 5 |
bool operator==(const function<R(ArgTypes...)>& f, nullptr_t) noexcept;
|
| 6 |
template <class R, class... ArgTypes>
|
|
|
|
| 1 |
+
##### null pointer comparison functions <a id="func.wrap.func.nullptr">[[func.wrap.func.nullptr]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template <class R, class... ArgTypes>
|
| 5 |
bool operator==(const function<R(ArgTypes...)>& f, nullptr_t) noexcept;
|
| 6 |
template <class R, class... ArgTypes>
|