Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Daligned_accessor.h41 struct aligned_accessor { struct
55 _LIBCPP_HIDE_FROM_ABI constexpr aligned_accessor() noexcept = default; argument
59 …_LIBCPP_HIDE_FROM_ABI constexpr aligned_accessor(aligned_accessor<_OtherElementType, _OtherByteAli… in aligned_accessor() function
63 …_LIBCPP_HIDE_FROM_ABI explicit constexpr aligned_accessor(default_accessor<_OtherElementType>) noe… in requires() argument
66 requires(is_convertible_v<element_type (*)[], _OtherElementType (*)[]>) in requires()
71 …_LIBCPP_HIDE_FROM_ABI constexpr reference access(data_handle_type __p, size_t __i) const noexcept { in access()
76 offset(data_handle_type __p, size_t __i) const noexcept { in offset()