ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::details::disposables::static_disposables_container< Count > Class Template Reference

Container with fixed std::array as underlying storage. More...

Public Member Functions

 static_disposables_container (const static_disposables_container &)=delete
 
static_disposables_containeroperator= (const static_disposables_container &other)=delete
 
static_disposables_containeroperator= (static_disposables_container &&other) noexcept
 
 static_disposables_container (static_disposables_container &&other) noexcept
 
void push_back (const rpp::disposable_wrapper &d)
 
void push_back (rpp::disposable_wrapper &&d)
 
void remove (const rpp::disposable_wrapper &d)
 
void dispose () const
 
void clear ()
 

Detailed Description

template<size_t Count>
class rpp::details::disposables::static_disposables_container< Count >

Container with fixed std::array as underlying storage.


The documentation for this class was generated from the following files: