constexpr const_reference front() const;
返回到此视图中首个字符的引用。
(无)
到首个字符的引用,等价于 operator[](0)。
operator[](0)
常数。