Home
last modified time | relevance | path

Searched defs:insert_value (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp489 struct insert_value struct
491 OStream& os;
492 ValueType value;
493 insert_value(OStream& os, ValueType v) : os(os), value(std::move(v)) {} in insert_value() argument
494 void operator()() const { in operator ()()