{% if page.overloads %} {% for entity in page.overloads %} {% endfor %}
{% highlight c++ %}{{ entity[1].signature_with_names }}{% endhighlight %} ({{ forloop.index }})
{{ page.description | markdownify }}
    {% for entity in page.overloads %}
  1. {% if entity[1].annotation %} ({{entity[1].annotation | join: ", "}}) {% endif %} {{entity[1].description}} {% if entity[1].arguments or entity[1].return %}
    {% endif %} {% if entity[1].arguments %} Parameters: {% endif %} {% if entity[1].return and (entity[1].return != "__OPTIONAL__") %} Returns: {{entity[1].return | escape}} {% endif %}
  2. {% endfor %}
{% endif %}