forked from boostorg/range
Boost.RangeEx merged into Boost.Range
[SVN r60897]
This commit is contained in:
19
doc/reference/ranges/istream_range.qbk
Normal file
19
doc/reference/ranges/istream_range.qbk
Normal file
@ -0,0 +1,19 @@
|
||||
[section:istream_range istream_range]
|
||||
|
||||
[heading Prototype]
|
||||
|
||||
``
|
||||
template< class Type, class Elem, class Traits > inline
|
||||
iterator_range< std::istream_iterator<Type, Elem, Traits> >
|
||||
istream_range(std::basic_istream<Elem, Traits>& in);
|
||||
``
|
||||
|
||||
[heading Description]
|
||||
|
||||
`istream_range` is a function to generator that generates an `iterator_range` wrapping a `std::istream_iterator`.
|
||||
|
||||
[heading Definition]
|
||||
|
||||
Defined in header file `boost/range/istream_range.hpp`
|
||||
|
||||
[endsect]
|
Reference in New Issue
Block a user