23 class local_disposables_strategy
26 local_disposables_strategy() =
default;
27 local_disposables_strategy(local_disposables_strategy&& other)
noexcept =
default;
31 m_upstreams.push_back(d);
34 bool is_disposed()
const noexcept
42 m_upstreams.dispose();
46 RPP_NO_UNIQUE_ADDRESS DisposableContainer m_upstreams{};
47 mutable bool m_is_disposed{};