LLVM 18.0.0git
|
Determine if all types in Ts are distinct. More...
#include "llvm/ADT/STLExtras.h"
Determine if all types in Ts are distinct.
Useful to statically assert when Ts is intended to describe a non-multi set of types.
Expensive (currently quadratic in sizeof(Ts...)), and so should only be asserted once per instantiation of a type which requires it.
Definition at line 156 of file STLExtras.h.