Inheritance‐chain tag used to rank overload candidates.
Synopsis
Declared in <llvm/ADT/STLExtras.h>
template<int N>
struct rank
: rank<N ‐ 1>
Base Classes
Name |
Description |
|
Inheritance‐chain tag used to rank overload candidates. |
Specializations
Name |
Description |
Base rank tag for the lowest‐priority overload candidate. |
Derived Classes
Name |
Description |
|
Inheritance‐chain tag used to rank overload candidates. |
Created with MrDocs