Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/spec/proxy/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ nav:
- operator= (non-member): friend_operator_equality.md
- operator=: assignment.md
- reflect (non-member): friend_reflect.md
- reinterpret_invoke (non-member): friend_reinterpret_invoke.md
- reset: reset.md
- swap (non-member): friend_swap.md
- swap: swap.md
1 change: 0 additions & 1 deletion docs/spec/proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ As per `facade<F>`, `typename F::convention_types` shall be a [tuple-like](https
| [`swap`](friend_swap.md) | overload the [`std::swap`](https://en.cppreference.com/w/cpp/algorithm/swap) algorithm |
| [`invoke`](friend_invoke.md) | invokes a `proxy` with a specified convention |
| [`reflect`](friend_reflect.md) | acquires reflection information of a contained type |
| [`reinterpret_invoke`](friend_reinterpret_invoke.md) | invokes a dispatch on a `proxy` whose contained type is known statically |

## Comparing with Other Standard Polymorphic Wrappers

Expand Down
1 change: 0 additions & 1 deletion docs/spec/proxy/friend_invoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ int main() {
## See Also

- [function template `reflect` (`proxy<F>`)](friend_reflect.md)
- [function template `reinterpret_invoke` (`proxy<F>`)](friend_reinterpret_invoke.md)
60 changes: 0 additions & 60 deletions docs/spec/proxy/friend_reinterpret_invoke.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/spec/proxy_indirect_accessor/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ nav:
- proxy_indirect_accessor: README.md
- invoke: friend_invoke.md
- reflect: friend_reflect.md
- reinterpret_invoke: friend_reinterpret_invoke.md
1 change: 0 additions & 1 deletion docs/spec/proxy_indirect_accessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Class template `proxy_indirect_accessor` provides indirection accessibility for
| ---------------------------------------------------- | ------------------------------------------------------------ |
| [`invoke`](friend_invoke.md) | invokes a `proxy` with a specified convention |
| [`reflect`](friend_reflect.md) | acquires reflection information of a contained type |
| [`reinterpret_invoke`](friend_reinterpret_invoke.md) | invokes a dispatch on a `proxy` whose contained type is known statically |

## See also

Expand Down
1 change: 0 additions & 1 deletion docs/spec/proxy_indirect_accessor/friend_invoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ int main() {
## See Also

- [function template `reflect` (`proxy_indirect_accessor<F>`)](friend_reflect.md)
- [function template `reinterpret_invoke` (`proxy_indirect_accessor<F>`)](friend_reinterpret_invoke.md)
60 changes: 0 additions & 60 deletions docs/spec/proxy_indirect_accessor/friend_reinterpret_invoke.md

This file was deleted.

Loading
Loading