{% if page.typedefs %}
Type | Definition | Notes |
---|---|---|
{% highlight c++ %}{{ type[0] }}{% endhighlight %} | {{ type[1].definition | escape}} | {% if type[1].description or type[1].annotation %}{{ type[1].description | markdownify }} {% if type[1].annotation %} ({{ type[1].annotation | join: ", " }}) {% endif %} | {% endif %}