[#BloombergLP-bdlar-SimpleTypeIdOf-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SimpleTypeIdOf-04.adoc[SimpleTypeIdOf]<xref:bsl/string.adoc[bsl::string]> :relfileprefix: ../../ :mrdocs: Specialization of `SimpleTypeIdOf` for `bsl::string`. == Synopsis Declared in `<bdlar_simpletypeid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bdlar/SimpleTypeIdOf-04.adoc[SimpleTypeIdOf]<xref:bsl/string.adoc[bsl::string]> : xref:bsl/integral_constant-02.adoc[bsl::integral_constant<SimpleTypeId, e_STRING_ID>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/integral_constant-02.adoc[bsl::integral_constant<SimpleTypeId, e_STRING_ID>]` | Metafunction representing a compile‐time constant of the specified (template parameter) `t_TYPE` with the specified (template parameter) `t_VALUE`. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeIdOf-08/type.adoc[`type`] | Alias for this `integral_constant` specialization. | xref:BloombergLP/bdlar/SimpleTypeIdOf-08/value_type.adoc[`value_type`] | Alias for the (template parameter) `t_TYPE`. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeIdOf-08/operator_call.adoc[`operator()`] | Return a copy of the template argument `t_VALUE`. | xref:BloombergLP/bdlar/SimpleTypeIdOf-08/2conversion.adoc[`operator value_type`] | Return a copy of the template argument `t_VALUE`. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeIdOf-08/value.adoc[`value`] | The compile‐time constant value of this metafunction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#