MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / operator()

Method operator()

src/rpp/rpp/operators/ref_count.hpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 {
9 template<rpp::constraint::observable OriginalObservable, rpp::constraint::subject Subject>
10 auto operator()(const connectable_observable<OriginalObservable, Subject>& observable) const
11 {
12 return observable.ref_count();
13 }
14 };
15} // namespace rpp::operators::details
16

Callers

nothing calls this directly

Calls 1

ref_countMethod · 0.80

Tested by

no test coverage detected