Searched defs:is_associative_impl (Results 1 – 1 of 1) sorted by relevance
40 struct is_associative_impl : mpl::false_ {}; struct43 struct is_associative_impl<T, void_t<typename T::key_type>> struct