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++.
|
Pulls an item located at a specified index location in the sequence of items and emits that item as its own sole emission. More...
#include "../rx-includes.hpp"
Go to the source code of this file.
Classes | |
struct | rxcpp::member_overload< element_at_tag > |
Namespaces | |
rxcpp | |
rxcpp::operators | |
Macros | |
#define | RXCPP_OPERATORS_RX_ELEMENT_AT_HPP |
Functions | |
template<class... AN> | |
auto | rxcpp::operators::element_at (AN &&...an) -> operator_factory< element_at_tag, AN... > |
Pulls an item located at a specified index location in the sequence of items and emits that item as its own sole emission. More... | |
Pulls an item located at a specified index location in the sequence of items and emits that item as its own sole emission.
index | the index of the element to return. |
#define RXCPP_OPERATORS_RX_ELEMENT_AT_HPP |