Lines Matching refs:Set
36 template <typename Set, typename K>
40 ::boost::mp11::mp_empty<Set>
43 ::boost::mp11::mp_find<Set,K>
44 , ::boost::mp11::mp_size<Set>
62 template <typename Set, typename K>
63 struct insert_ : ::boost::mpl::push_front<Set,K>
76 template <typename Set, typename K>
79 typedef typename ::boost::mpl::find<Set,K>::type iter;
81 ::boost::is_same<iter,typename ::boost::mpl::end<Set>::type>
100 template <typename Set, typename K>
101 struct insert_ : ::boost::mpl::insert<Set,K>
110 template <typename Set, typename K>
111 struct has_key_ : ::boost::mpl::has_key<Set,K>