forked from boostorg/algorithm
documentation update.
added remarks about the exception safety [SVN r23558]
This commit is contained in:
@ -40,6 +40,10 @@ namespace boost {
|
||||
\return
|
||||
An output iterator pointing just after last inserted character or
|
||||
a copy of the input
|
||||
|
||||
\note If the input paramters satisfy the second assumption
|
||||
about exception safety, second variant of this function provides strong
|
||||
exception guarantie.
|
||||
*/
|
||||
template<typename OutputIteratorT, typename CollectionT>
|
||||
inline OutputIteratorT
|
||||
@ -111,6 +115,10 @@ namespace boost {
|
||||
\return
|
||||
An output iterator pointing just after last inserted character or
|
||||
a copy of the input
|
||||
|
||||
\note If the input paramters satisfy the second assumption
|
||||
about exception safety, second variant of this function provides strong
|
||||
exception guarantie.
|
||||
*/
|
||||
template<typename OutputIteratorT, typename CollectionT>
|
||||
inline OutputIteratorT
|
||||
|
Reference in New Issue
Block a user