[#BloombergLP-bslmf-TypeRep] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::TypeRep :relfileprefix: ../../ :mrdocs: Generate a reference to `t_TYPE` for use in meta‐functions. == Synopsis Declared in `<bslmf_matchanytype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct TypeRep; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/TypeRep/rep.adoc[`rep`] | Provide a reference to a `t_TYPE` object. This function has no body and must never be called at run time. Thus, it does not matter if `t_TYPE` has a default constructor or not. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#