Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp23 struct coordination_base {typedef tag_coordination coordination_tag;}; typedef
31 struct is_coordination<T, typename rxu::types_checked_from<typename T::coordination_tag>::type>
32 : public std::is_convertible<typename T::coordination_tag*, tag_coordination*> {};
42 using coordination_tag_t = typename DecayedCoordination::coordination_tag;