Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-scope.hpp34 struct scope_traits struct
36 typedef rxu::decay_t<ResourceFactory> resource_factory_type;
37 typedef rxu::decay_t<ObservableFactory> observable_factory_type;
38 typedef decltype((*(resource_factory_type*)nullptr)()) resource_type;
39 typedef decltype((*(observable_factory_type*)nullptr)(resource_type())) collection_type;
40 typedef typename collection_type::value_type value_type;