|  | Home | Libraries | People | FAQ | More | 
Append to the string.
template< [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type]> constexpr basic_static_string& append( InputIterator first, InputIterator last);
            Appends characters from the range {first, last)
            to the end of the string.
          
            {first, last)shall be a valid range
          
Strong guarantee.
| Type | Description | 
|---|---|
| 
                       | The type of the iterators. | 
            InputIteratorsatisfies
            InputIterator.
          
            *this
          
| Name | Description | 
|---|---|
| 
                       | An iterator referring to the first character to append. | 
| 
                       | An iterator past the end of last character to append. | 
| Type | Thrown On | 
|---|---|
| 
                       | 
                       |