Skip to content

Commit 7b1556f

Browse files
authored
Update virtual table policy diagram.md
1 parent 2cf6c3a commit 7b1556f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

design/virtual table policy diagram.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ The most important feature of this flavor of the framework is to use virtual tab
1818
6. The so-called "concrete value managers" provide the implementations for the value they manage.
1919

2020
[^DefaultImplementations]: Code for assembling the default-constructed behaviors:
21-
```c++
21+
The virtual table of default-constructed `AnyContainer`:
22+
```c++
2223
constexpr static inline VTable Default = {
2324
AffordanceSpecifications::template Default<Container>...
2425
};
25-
```
26+
```
2627
[from here](https://github.com/thecppzoo/zoo/blob/d6435fc984ee0bde31979f7908a73473f61ac4bd/inc/zoo/Any/VTablePolicy.h#L274-L276).
2728

0 commit comments

Comments
 (0)