![]() |
Home | Libraries | People | FAQ | More |
Constructor.
constexpr basic_static_string( size_type count, value_type ch);
Construct the string with count
copies of character ch
.
The behavior is undefined if count
>= npos