struct rank

Declaration

template <int N>
struct rank { /* full declaration omitted */ };

Description

Utility type to build an inheritance chain that makes it easy to rank overload candidates.

Declared at: llvm/include/llvm/ADT/STLExtras.h:1382

Templates

int N