|
pstore2
|
An archive-reader which consumes data from an iterator. More...
#include <archive.hpp>
Public Member Functions | |
| range_reader (InputIterator first) | |
| Constructs the writer using an input iterator. | |
| InputIterator | iterator () |
| template<typename Ty > | |
| void | get (Ty &v) |
| Reads a single instance of a standard-layout type Ty from the input iterator and returns the value extracted. More... | |
| template<typename SpanType > | |
| void | getn (SpanType span) |
An archive-reader which consumes data from an iterator.
|
inline |
Reads a single instance of a standard-layout type Ty from the input iterator and returns the value extracted.
1.8.13