Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.91.0.
boost::date_time::simple_format<wchar_t> — Specialization of formmating rules for wchar_t.
class simple_format<wchar_t> { public:   // public static functions   static const wchar_t * not_a_date() ;   static const wchar_t * pos_infinity() ;   static const wchar_t * neg_infinity() ;   static month_format_spec month_format() ;   static ymd_order_spec date_order() ;   static bool has_date_sep_chars() ;   static wchar_t year_sep_char() ;   static wchar_t month_sep_char() ;   static wchar_t day_sep_char() ;   static wchar_t hour_sep_char() ;   static wchar_t minute_sep_char() ;   static wchar_t second_sep_char() ; };
simple_format public static functionsstatic const wchar_t * not_a_date() ;
static const wchar_t * pos_infinity() ;
static const wchar_t * neg_infinity() ;
static month_format_spec month_format() ;
static ymd_order_spec date_order() ;
static bool has_date_sep_chars() ;
static wchar_t year_sep_char() ;
static wchar_t month_sep_char() ;
static wchar_t day_sep_char() ;
static wchar_t hour_sep_char() ;
static wchar_t minute_sep_char() ;
static wchar_t second_sep_char() ;
| Copyright © 2001-2005 CrystalClear Software, Inc |