Skip to content

Commit

Permalink
Update add_convention.md (#190)
Browse files Browse the repository at this point in the history
fix missing `
  • Loading branch information
ggqshr authored Nov 4, 2024
1 parent c224dee commit aa8d329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic_facade_builder/add_convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using add_direct_convention = basic_facade_builder</* see below */>;
The alias templates `add_convention`, `add_indirect_convention`, and `add_direct_convention` of `basic_facade_builder<Cs, Rs, C>` add convention types to the template parameters. The expression inside `requires` is equivalent to `sizeof...(Os) > 0u` and each type in `Os` meets the [*ProOverload* requirements](../ProOverload.md). Let `F` be a facade type,
- `add_convention` is equivalent to `add_indirect_convention`.
- `add_indirect_convention` merges an implementation-defined convention type `IC` into Cs`, where:
- `add_indirect_convention` merges an implementation-defined convention type `IC` into `Cs`, where:
- `IC::is_direct` is `false`.
- `typename IC::dispatch_type` is `D`.
- `typename IC::overload_types` is a [tuple-like](https://en.cppreference.com/w/cpp/utility/tuple/tuple-like) type of distinct types in `Os`.
Expand Down

0 comments on commit aa8d329

Please sign in to comment.