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

Public Member Functions

 take_last_state (size_t count)
 
size_t get_next_position (size_t pos) const
 

Public Attributes

std::vector< std::optional< Type > > items
 
size_t current_end_position {}
 

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