Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dstorage_traits.hpp29 struct storage_traits<std::vector<V,A>> struct
31 using array_type = std::vector<V,A>;
33 using size_type = typename array_type::size_type;
34 using difference_type = typename array_type::difference_type;
35 using value_type = typename array_type::value_type;
37 using reference = typename array_type::reference;
38 using const_reference = typename array_type::const_reference;
40 using pointer = typename array_type::pointer;
41 using const_pointer = typename array_type::const_pointer;
43 using iterator = typename array_type::iterator;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dstorage_traits.hpp70 struct storage_traits struct
72 typedef buffer_storage< Size, 1u > type;
74 static BOOST_CONSTEXPR_OR_CONST std::size_t native_alignment = 1u;
77 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u;
81 struct storage_traits< 1u > struct
83 typedef boost::uint8_t BOOST_ATOMIC_DETAIL_MAY_ALIAS type;
85 static BOOST_CONSTEXPR_OR_CONST std::size_t native_alignment = 1u;
86 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 1u;
90 struct storage_traits< 2u > struct
92 typedef boost::uint16_t BOOST_ATOMIC_DETAIL_MAY_ALIAS type;
[all …]