text_tag¶

A tag type used explicitly for extension points.

template<typename ..._Args>
class text_tag¶

A text_tag type, useful in helping to constrain extension points and more.

Remark

The text_tag type will always be used

tparam _Args

The types to be used as part of the tagging mechanism. As this is variadic, allows no classes to be passed.