File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1279312793 using offset_policy = conjugated_accessor<NestedAccessor::offset_policy>;
1279412794
1279512795 constexpr conjugated_accessor() = default;
12796+ constexpr conjugated_accessor(const NestedAccessor& acc);
1279612797 template<class OtherNestedAccessor>
12797- explicit(!is_convertible_v<OtherNestedAccessor, NestedAccessor>> )
12798+ explicit(!is_convertible_v<OtherNestedAccessor, NestedAccessor>)
1279812799 constexpr conjugated_accessor(const conjugated_accessor<OtherNestedAccessor>& other);
1279912800
1280012801 constexpr reference access(data_handle_type p, size_t i) const;
1283812839\indexlibraryctor{conjugated_accessor}%
1283912840\begin{itemdecl}
1284012841template<class OtherNestedAccessor>
12841- explicit(!is_convertible_v<OtherNestedAccessor, NestedAccessor>> )
12842+ explicit(!is_convertible_v<OtherNestedAccessor, NestedAccessor>)
1284212843 constexpr conjugated_accessor(const conjugated_accessor<OtherNestedAccessor>& other);
1284312844\end{itemdecl}
1284412845
You can’t perform that action at this time.
0 commit comments