Searched defs:is_coordination (Results 1 – 1 of 1) sorted by relevance
28 struct is_coordination : public std::false_type {}; struct31 struct is_coordination<T, typename rxu::types_checked_from<typename T::coordination_tag>::type> struct37 struct is_coordination : detail::is_coordination<Decayed> struct