Convert a date to string using format policies. More...
#include <date_formatting_locales.hpp>
Public Types | |
typedef std::basic_ostream< charT > | ostream_type |
typedef date_type::ymd_type | ymd_type |
Static Public Member Functions | |
static void | date_put (const date_type &d, ostream_type &os, const facet_type &f) |
Put date into an ostream. More... | |
static void | date_put (const date_type &d, ostream_type &os) |
Put date into an ostream. More... | |
Convert a date to string using format policies.
typedef std::basic_ostream<charT> boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::ostream_type |
typedef date_type::ymd_type boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::ymd_type |
|
inlinestatic |
Put date into an ostream.
References boost::date_time::not_special, and boost::date_time::ostream_ymd_formatter< ymd_type, facet_type, charT >::ymd_put().
Referenced by boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::date_put().
|
inlinestatic |
Put date into an ostream.
References boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::date_put().