Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp28 struct is_coordination : public std::false_type {}; struct
31 struct is_coordination<T, typename rxu::types_checked_from<typename T::coordination_tag>::type> struct
37 struct is_coordination : detail::is_coordination<Decayed> struct