Template:mark expos tfun
From cppreference.com
(exposition-only function template*)
Creates an annotation.
- General
{{mark|text |class=classes (optional)}} - creates an annotation containing the given text, extra classes can be provided for styling.
- Example:
{{mark|text}}results in (text).
{{mark rev|text |class=classes (optional)}} - creates an annotation containing the given text, extra classes can be provided for styling.
- Example:
{{mark rev|since C++1998}}results in (since C++1998).
{{mark tooltip|text |tooltip |class=classes (optional)}} - creates an annotation containing the given text with tooltip, extra classes can be provided for styling.
- Example:
{{mark tooltip|99% complete|XXX not supported}}results in (99% complete*).
- Miscellaneous
| Template | Annotation |
|---|---|
| {{mark attribute}} | (attribute specifier) |
| {{mark deprecated}} | (deprecated) |
| {{mark optional}} | (optional) |
| {{mark cond present}} | (conditionally present) |
| {{mark implicit}} | (implicitly declared) |
| {{mark concept}} | (concept) |
| {{mark expos}} | (exposition only*) |
| {{mark expos concept}} | (exposition-only concept*) |
| {{mark tag}} | (tag) |
| {{mark expos mem type}} | (exposition-only member type*) |
| {{mark named req}} | (named requirement) |
| {{ |