Boost C++ Libraries Home Libraries People FAQ More

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> 
   ( beg, , 
                             );

Description

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


PrevUpHomeNext