LLVM 19.0.0git
Public Member Functions | List of all members
llvm::StrongType< T, S > Class Template Reference

Helper for making strong types. More...

#include "llvm/CodeGen/NonRelocatableStringpool.h"

Inheritance diagram for llvm::StrongType< T, S >:
Inheritance graph
[legend]

Public Member Functions

template<typename... Args>
 StrongType (Args... A)
 

Detailed Description

template<typename T, typename S>
class llvm::StrongType< T, S >

Helper for making strong types.

Definition at line 62 of file NonRelocatableStringpool.h.

Constructor & Destructor Documentation

◆ StrongType()

template<typename T , typename S >
template<typename... Args>
llvm::StrongType< T, S >::StrongType ( Args...  A)
inlineexplicit

Definition at line 65 of file NonRelocatableStringpool.h.


The documentation for this class was generated from the following file: