ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::last_state< Type > Struct Template Reference
Inheritance diagram for rpp::details::last_state< Type >:
rpp::details::take_last_state< Type >

Additional Inherited Members

- Public Member Functions inherited from rpp::details::take_last_state< Type >
 take_last_state (size_t count)
 
size_t get_next_position (size_t pos) const
 
- Public Attributes inherited from rpp::details::take_last_state< Type >
std::vector< std::optional< Type > > items
 
size_t current_end_position {}
 

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