From Jason Turner

[func.wrap.func.nullptr]

Diff to HTML by rtfpessoa

tmp/tmpeccci3s5/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
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
  ```
 
1
+ ##### Null pointer comparison operator 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
  ```