.. _prority_tag: ****************** meta::priority_tag ****************** Defined in header ````. .. code-block:: cpp template struct priority_tag : priority_tag {}; template <> struct priority_tag<0> {}; **priority_tag** is a helper type used to assign a priority to overloads in an overload set. .. tip:: Take a look :ref:`here ` for an example.