template <size_t I>

struct priority_tag

Defined at line 20 of file ../../third_party/mini_chromium/src/base/template_util.h

Helper to express preferences in an overload set. If more than one overload

are available for a given set of parameters the overload with the higher

priority will be chosen.