Home
last modified time | relevance | path

Searched refs:values_to_long (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dref_count.cpp30 auto values_to_long = values.map([](double v) { return (long) v; }); in __anond79a180d0202() variable
33 auto left = values_to_long.map(
37 auto right = values_to_long.map(