| /third_party/boost/boost/fusion/container/map/detail/ |
| D | map_impl.hpp | 30 struct map_impl<index_> struct 32 typedef fusion_sequence_tag tag; 33 static int const index = index_; 34 static int const size = 0; 37 map_impl() BOOST_NOEXCEPT {} in map_impl() function 41 map_impl(Iterator const&, map_impl_from_iterator) BOOST_NOEXCEPT in map_impl() function 46 void assign(Iterator const&, map_impl_from_iterator) BOOST_NOEXCEPT in assign() 58 struct map_impl<index_, Pair, T...> : map_impl<index_ + 1, T...> struct 60 typedef fusion_sequence_tag tag; 61 typedef map_impl<index_+1, T...> rest_type; [all …]
|
| /third_party/boost/boost/histogram/ |
| D | storage_adaptor.hpp | 125 struct map_impl : T { struct 129 using value_type = typename T::mapped_type; 130 using const_reference = const value_type&; 132 static constexpr bool has_threading_support = false; 139 struct reference { 243 friend std::basic_ostream<CharT, Traits>& operator<<( in operator <<() 259 struct iterator_t 275 using iterator = iterator_t<value_type, reference, map_impl*>; 276 using const_iterator = iterator_t<const value_type, const_reference, const map_impl*>; 278 using allocator_type = typename T::allocator_type; [all …]
|
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | map.hpp | 127 struct map_impl final struct 131 using hash_table_type = HashTable; 132 using storage_type = Storage; 134 Storage storage; 136 using hana_tag = map_tag; 144 explicit constexpr map_impl(P&& ...pairs) in map_impl() function 148 explicit constexpr map_impl(Storage&& xs) in map_impl() function 155 constexpr map_impl() in map_impl() argument 162 constexpr map_impl(map_impl const& other) in map_impl() function 169 constexpr map_impl(map_impl&& other) in map_impl() function [all …]
|
| /third_party/boost/boost/hana/ |
| D | map.hpp | 127 struct map_impl final struct 131 using hash_table_type = HashTable; 132 using storage_type = Storage; 134 Storage storage; 136 using hana_tag = map_tag; 144 explicit constexpr map_impl(P&& ...pairs) in map_impl() argument 148 explicit constexpr map_impl(Storage&& xs) in map_impl() function 155 constexpr map_impl() in map_impl() argument 162 constexpr map_impl(map_impl const& other) in map_impl() argument 169 constexpr map_impl(map_impl&& other) in map_impl() function [all …]
|
| /third_party/boost/boost/mpl/aux_/preprocessed/msvc70/ |
| D | map.hpp | 525 struct map_impl struct 529 > arg_num_; 532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
|
| /third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/ |
| D | map.hpp | 525 struct map_impl struct 529 > arg_num_; 532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
|
| /third_party/boost/boost/mpl/aux_/preprocessed/msvc60/ |
| D | map.hpp | 525 struct map_impl struct 529 > arg_num_; 532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
|