Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component bdlt_serialdateimputil
[Package bdlt]

Provide low-level support functions for date-value manipulation. More...

Namespaces

namespace  bdlt

Detailed Description

Outline
Purpose:
Provide low-level support functions for date-value manipulation.
Classes:
bdlt::SerialDateImpUtil suite of low-level date-related stateless functions
See also:
Component bdlt_posixdateimputil, Component bdlt_prolepticdateimputil
Description:
This component defines a typedef to a class that implements the (documentation-only) protocol for serial date implementation utilities -- each class implements a common set of methods, each having the same signature, and each having the same contract. Currently, two implementations are allowed: bdlt_posixdateimputil (required in Bloomberg code) and bdlt_prolepticdateimputil (an option for open source code).