We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf6c3a commit 7b1556fCopy full SHA for 7b1556f
design/virtual table policy diagram.md
@@ -18,10 +18,11 @@ The most important feature of this flavor of the framework is to use virtual tab
18
6. The so-called "concrete value managers" provide the implementations for the value they manage.
19
20
[^DefaultImplementations]: Code for assembling the default-constructed behaviors:
21
- ```c++
+ The virtual table of default-constructed `AnyContainer`:
22
+ ```c++
23
constexpr static inline VTable Default = {
24
AffordanceSpecifications::template Default<Container>...
25
};
- ```
26
+ ```
27
[from here](https://github.com/thecppzoo/zoo/blob/d6435fc984ee0bde31979f7908a73473f61ac4bd/inc/zoo/Any/VTablePolicy.h#L274-L276).
28
0 commit comments