std::experimental::basic_string_view<CharT,Traits>::front

Returns reference to the first character in the view.

# Declarations

constexpr const_reference front() const;

(library fundamentals TS)

# Return value

reference to the first character, equivalent to operator.

# See also