{% extends "base.html" %} {% block title %}{{ metafunction.title|transtext(top=False) }}{% endblock %} {% block content %}

Metafunction: {{ metafunction.title|transtext(top=False) }}

{{ sections.top_box(metafunction) }} {{ sections.signatures(metafunction) }}

Overview

{% if metafunction.deprecation_msgs %}
Deprecated.
{% for msg in metafunction.deprecation_msgs %}

{{ msg|transtext(False) }}

{% endfor %}
{% endif %} {{ sections.brief(metafunction) }} {{ sections.body(metafunction) }}
{{ sections.see_also(metafunction) }} {{ sections.params(metafunction) }} {{ sections.tparams(metafunction) }} {{ sections.return_values(metafunction) }} {{ sections.dox_source(metafunction, in_comment=True) }} {% endblock %}