template <size_t I>
struct priority_tag
Defined at line 30 of file ../../third_party/perfetto/include/perfetto/base/template_util.h
Helper to express preferences in an overload set. If more than one overload
is available for a given set of parameters the overload with the higher
priority will be chosen.