Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp40 struct is_associative_impl : mpl::false_ {}; struct
43 struct is_associative_impl<T, void_t<typename T::key_type>> struct