Searched defs:sample_with_time (Results 1 – 2 of 2) sorted by relevance
44 struct sample_with_time struct46 typedef rxu::decay_t<T> source_value_type;47 typedef rxu::decay_t<Coordination> coordination_type;48 typedef typename coordination_type::coordinator_type coordinator_type;49 typedef rxu::decay_t<Duration> duration_type;51 struct sample_with_time_value61 sample_with_time_value initial;63 sample_with_time(duration_type period, coordination_type coordination) in sample_with_time() argument69 struct sample_with_time_observer190 auto operator()(Subscriber dest) const in operator ()()[all …]
1324 auto sample_with_time(AN&&... an) const in sample_with_time() function in rxcpp::observable