constexpr const accessor_type& accessor() const noexcept;
返回对访问器 acc_ 的 const 引用。等价于 return acc_;。
acc_
return acc_;
(无)
见上文。