Searched refs:aligned_accessor (Results 1 – 7 of 7) sorted by relevance
41 struct aligned_accessor { struct55 _LIBCPP_HIDE_FROM_ABI constexpr aligned_accessor() noexcept = default; argument59 …_LIBCPP_HIDE_FROM_ABI constexpr aligned_accessor(aligned_accessor<_OtherElementType, _OtherByteAli… in aligned_accessor() function63 …_LIBCPP_HIDE_FROM_ABI explicit constexpr aligned_accessor(default_accessor<_OtherElementType>) noe… in requires() argument
32 // [mdspan.accessor.aligned], class template aligned_accessor33 using std::aligned_accessor;
36 // [mdspan.accessor.aligned], class template aligned_accessor38 class aligned_accessor; // since C++26276 // aligned_accessor synopsis280 struct aligned_accessor {288 constexpr aligned_accessor() noexcept = default;291 constexpr aligned_accessor(292 aligned_accessor<OtherElementType, OtherByteAlignment>) noexcept;295 explicit constexpr aligned_accessor(
1617 module aligned_accessor { header "__mdspan/aligned_accessor.h" }
556 { include: [ "<__mdspan/aligned_accessor.h>", "private", "<mdspan>", "public" ] },
1767 MDS_HEADERS+= aligned_accessor.h