![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::basic_string_view::substr - std::experimental::basic_string_view::substr Synopsis constexpr basic_string_view
Parameters pos - position of the first character
Return valueView of the substring [pos, pos + rcount). Exceptionsstd::out_of_range if pos > size() ComplexityConstant. See also copy copies characters
|