Searched defs:aligned_accessor (Results 1 – 1 of 1) 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() argument63 …_LIBCPP_HIDE_FROM_ABI explicit constexpr aligned_accessor(default_accessor<_OtherElementType>) noe… in requires() argument66 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()