![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::basic_string_view::at - std::experimental::basic_string_view::at Synopsisconstexpr const_reference at(size_type pos) const; (library fundamentals TS)
Parameterspos - position of the character to return Return valueReference to the requested character. ExceptionsThrows std::out_of_range if pos >= size(). ComplexityConstant. See also operator[] access specified character
|