Template:lconcept/doc
From cppreference.com
{{lconcept|name |title (optional)}}
- Links to the page of concept name. If name is not a name of an existing concept unrecognized concept will be displayed. The title can be used to replace the title/text of the concept.
- Example:
{{lconcept|swappable}}
results inswappable
. - Example:
{{lconcept|boolean-testable}}
results inboolean-testable
. - Example:
{{lconcept|movable|A movable type}}
results in: A movable type.