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

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<int N>
struct rank
    : rank<N ‐ 1>

Base Classes

Name

Description

rank<N ‐ 1>

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

Specializations

Name

rank<0>

Derived Classes

Name

Description

rank

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

Created with MrDocs