ReactivePlusPlus
ReactiveX implementation for C++20
|
Container with fixed std::array as underlying storage. More...
Public Member Functions | |
static_disposables_container (const static_disposables_container &)=delete | |
static_disposables_container & | operator= (const static_disposables_container &other)=delete |
static_disposables_container & | operator= (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 () |
Container with fixed std::array as underlying storage.