![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::basic_string_view::front - std::experimental::basic_string_view::front Synopsisconstexpr const_reference front() const; (library fundamentals TS)
Parameters(none) Return valuereference to the first character, equivalent to operator[](0). ComplexityConstant. See also back accesses the last character
|