enum TPOC

Description

The context in which partial ordering of function templates occurs.

Declared at: clang/include/clang/Sema/Template.h:237

Enumerators

NameValueComment
TPOC_Call0Partial ordering of function templates for a function call.
TPOC_Conversion1Partial ordering of function templates for a call to a conversion function.
TPOC_Other2Partial ordering of function templates in other contexts, e.g., taking the address of a function template or matching a function template specialization to a function template.