Searched defs:vector_impl (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/histogram/ |
| D | storage_adaptor.hpp | 27 struct vector_impl : T { struct 28 using allocator_type = typename T::allocator_type; 30 static constexpr bool has_threading_support = 33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() function 39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() argument 40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() argument 43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() argument 47 vector_impl& operator=(const U& u) { in operator =() 54 void reset(std::size_t n) { in reset() 62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
|
| /third_party/boost/boost/mpl/aux_/preprocessed/msvc70/ |
| D | vector.hpp | 525 struct vector_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 | vector.hpp | 525 struct vector_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 | vector.hpp | 525 struct vector_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;
|