[#BloombergLP-bdlar-SimpleTypeIdOf-010] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SimpleTypeIdOf-04.adoc[SimpleTypeIdOf]<xref:BloombergLP/bdlt/Date.adoc[bdlt::Date]> :relfileprefix: ../../ :mrdocs: Specialization of `SimpleTypeIdOf` for `bdlt::Date`. == Synopsis Declared in `<bdlar_simpletypeid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bdlar/SimpleTypeIdOf-04.adoc[SimpleTypeIdOf]<xref:BloombergLP/bdlt/Date.adoc[bdlt::Date]> : xref:bsl/integral_constant-02.adoc[bsl::integral_constant<SimpleTypeId, e_DATE_ID>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/integral_constant-02.adoc[bsl::integral_constant<SimpleTypeId, e_DATE_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-010/type.adoc[`type`] | Alias for this `integral_constant` specialization. | xref:BloombergLP/bdlar/SimpleTypeIdOf-010/value_type.adoc[`value_type`] | Alias for the (template parameter) `t_TYPE`. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeIdOf-010/operator_call.adoc[`operator()`] | Return a copy of the template argument `t_VALUE`. | xref:BloombergLP/bdlar/SimpleTypeIdOf-010/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-010/value.adoc[`value`] | The compile‐time constant value of this metafunction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#