|
RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
|
#include <linq_take.hpp>
Public Types | |
| typedef InnerCursor::element_type | element_type |
| typedef InnerCursor::reference_type | reference_type |
| typedef InnerCursor::cursor_category | cursor_category |
Public Member Functions | |
| linq_take_cursor (const InnerCursor &cur, std::size_t rem) | |
| void | forget () |
| bool | empty () const |
| void | inc () |
| reference_type | get () const |
| bool | atbegin () const |
| void | dec () |
| void | skip (std::size_t n) |
| std::size_t | position () const |
| std::size_t | size () const |
| typedef InnerCursor::cursor_category cpplinq::linq_take_cursor< InnerCursor >::cursor_category |
| typedef InnerCursor::element_type cpplinq::linq_take_cursor< InnerCursor >::element_type |
| typedef InnerCursor::reference_type cpplinq::linq_take_cursor< InnerCursor >::reference_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11