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 |
|
Utility type to build an inheritance chain that makes it easy to rank overload candidates. |
Specializations
Name |
Derived Classes
Name |
Description |
|
Utility type to build an inheritance chain that makes it easy to rank overload candidates. |
Created with MrDocs