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++.
Public Member Functions | List of all members
rxcpp::util::count Struct Reference

#include <rx-util.hpp>

Public Member Functions

template<class T >
int operator() (int cnt, T &&) const
 

Member Function Documentation

template<class T >
int rxcpp::util::count::operator() ( int  cnt,
T &&   
) const
inline

The documentation for this struct was generated from the following file: