{% include defined_in_header.html %} {{page.brief | markdownify}} {% if page.declaration.first != empty %} {% for item in page.declaration %} {% highlight cpp %}{{ item }}{% endhighlight %} {% endfor %} {% else %} {% highlight c++ %}{{ page.declaration }}{% endhighlight %} {% endif %} {{page.description | markdownify}} {% include associated_enumerations.html %} {% include associated_typedefs.html %} {% include associated_fields.html %} {% include associated_methods.html %} {% include associated_functions.html %} {% include associated_classes.html %} {{ content }} {% include external_examples.html name=page.example header="Example" %}