LLVM: llvm::trailing_objects_internal::TrailingObjectsBase::OverloadToken< T > Struct Template Reference (original) (raw)
OverloadToken's purpose is to allow specifying function overloads for different types, without actually taking the types as parameters. More...
template<typename T>
struct llvm::trailing_objects_internal::TrailingObjectsBase::OverloadToken< T >
OverloadToken's purpose is to allow specifying function overloads for different types, without actually taking the types as parameters.
(Necessary because member function templates cannot be specialized, so overloads must be used instead of specialization.)
Definition at line 72 of file TrailingObjects.h.