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 the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Class template iso_extended_format

boost::date_time::iso_extended_format —

Extended format uses seperators YYYY-MM-DD.

Synopsis

template<typename charT> 
class iso_extended_format
  :  : public boost::date_time::iso_format_base< charT >
{
public:

  // public static functions
  bool has_date_sep_chars() ;
};

Description

iso_extended_format public static functions

  1. bool has_date_sep_chars() ;

    Extended format needs char separators.

Copyright © 2001-2004 CrystalClear Software, Inc

PrevUpHomeNext