BloombergLP::bdlar::SimpleTypeIdOf<bdlt::Date>

Synopsis

Declared in <bdlar_simpletypeid.h>

template<>
struct SimpleTypeIdOf<bdlt::Date>
    : bsl::integral_constant<SimpleTypeId, e_DATE_ID>

Base Classes

NameDescription
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

NameDescription
type Alias for this integral_constant specialization.

Member Functions

NameDescription
operator() Return a copy of the template argument t_VALUE.