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

Function template from_stream_type

boost::date_time::from_stream_type — Helper function for 'date gregorian::from_stream()'.

Synopsis

// In header: <boost/date_time/date_parsing.hpp>


template<typename date_type, typename iterator_type> 
  date_type from_stream_type(iterator_type & beg, iterator_type &, 
                             std::wstring);

Description

Creates a string from the first wstring found in the stream referenced by the begining & end iterators


PrevUpHomeNext