Searched defs:erase_key_impl (Results 1 – 12 of 12) sorted by relevance
| /third_party/boost/boost/mpl/set/aux_/ |
| D | erase_key_impl.hpp | 31 struct erase_key_impl< aux::set_tag > struct 37 struct apply
|
| /third_party/boost/boost/mpl/map/aux_/ |
| D | erase_key_impl.hpp | 31 struct erase_key_impl< aux::map_tag > struct 37 struct apply
|
| /third_party/boost/boost/fusion/mpl/ |
| D | erase_key.hpp | 22 struct erase_key_impl<fusion::fusion_sequence_tag> struct 25 struct apply
|
| /third_party/boost/boost/hana/fwd/ |
| D | erase_key.hpp | 21 struct erase_key_impl : erase_key_impl<T, when<true>> { }; struct
|
| /third_party/boost/libs/hana/include/boost/hana/fwd/ |
| D | erase_key.hpp | 21 struct erase_key_impl : erase_key_impl<T, when<true>> { }; struct
|
| /third_party/boost/boost/mpl/aux_/ |
| D | erase_key_impl.hpp | 23 struct erase_key_impl struct
|
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | map.hpp | 323 struct erase_key_impl<map_tag> { struct 329 erase_key_helper(Map&& map, Key const&, hana::false_) { in erase_key_helper() 335 erase_key_helper(Map&& map, Key const& key, hana::true_) { in erase_key_helper() 344 static constexpr auto apply_impl(Map&& map, Key const& key, hana::false_) { in apply_impl() 350 static constexpr auto apply_impl(Map&& map, Key const&, hana::true_) { in apply_impl() 355 static constexpr auto apply(Map&& map, Key const& key) { in apply()
|
| D | erase_key.hpp | 31 struct erase_key_impl<T, when<condition>> : default_ { struct
|
| D | set.hpp | 250 struct erase_key_impl<set_tag> { struct 252 static constexpr decltype(auto) apply(Xs&& xs, X&& x) { in apply()
|
| /third_party/boost/boost/hana/ |
| D | map.hpp | 323 struct erase_key_impl<map_tag> { struct 329 erase_key_helper(Map&& map, Key const&, hana::false_) { in erase_key_helper() 335 erase_key_helper(Map&& map, Key const& key, hana::true_) { in erase_key_helper() 344 static constexpr auto apply_impl(Map&& map, Key const& key, hana::false_) { in apply_impl() 350 static constexpr auto apply_impl(Map&& map, Key const&, hana::true_) { in apply_impl() 355 static constexpr auto apply(Map&& map, Key const& key) { in apply()
|
| D | erase_key.hpp | 31 struct erase_key_impl<T, when<condition>> : default_ { struct
|
| D | set.hpp | 250 struct erase_key_impl<set_tag> { struct 252 static constexpr decltype(auto) apply(Xs&& xs, X&& x) { in apply()
|