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,  end, 
                             );

Description

Creates a string from the iterators that reference the begining & end of a char[] or string. All elements are used in output string


PrevUpHomeNext