This is an internal header file, included by other library headers. More...
Functions | |
namespace std | _GLIBCXX_VISIBILITY (default) |
This is an internal header file, included by other library headers.
Do not attempt to use it directly. {memory}
namespace std _GLIBCXX_VISIBILITY | ( | default | ) |
Copies the range [first,last) into result.
__first | An input iterator. |
__last | An input iterator. |
__result | An output iterator. |
Like copy(), but does not require an initialized output range.
Copies the value x into the range [first,last).
__first | An input iterator. |
__last | An input iterator. |
__x | The source value. |
Like fill(), but does not require an initialized output range.
Copies the value x into the range [first,first+n).
__first | An input iterator. |
__n | The number of copies to make. |
__x | The source value. |
Like fill_n(), but does not require an initialized output range.
References __catch, __throw_exception_again, __try, _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR, and _GLIBCXX_MAKE_MOVE_ITERATOR.