raw_storage_iterator man page on SunOS

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
SunOS logo
[printable version]

raw_storage_iterator(3C++)	       -	    raw_storage_iterator(3C++)

Standard C++ Library Copyright 1998, Rogue Wave Software, Inc.

NAME
       raw_storage_iterator

	-  Enables  iterator-based algorithms to store results into uninitial‐
       ized memory.

SYNOPSIS
#include <memory>
template <;class OutputIterator, class T>
class raw_storage_iterator : public
      iterator <output_iterator_tag, void,void,void,void> {

public:
  explicit raw_storage_iterator (OutputIterator);
  raw_storage_iterator<OutputIterator, T>& operator*();
  raw_storage_iterator<OutputIterator, T>&
    operator= (const T&);
  raw_storage_iterator<OutputIterator, T>& operator++();
  raw_storage_iterator<OutputIterator, T> operator++ (int);
};

DESCRIPTION
       Class raw_storage_iterator enables iterator-based algorithms  to	 store
       their   results	 in  uninitialized  memory.  The  template  parameter,
       OutputIterator is required to have its operator* return an  object  for
       which operator& is both defined and returns a pointer to T.

CONSTRUCTORS
       raw_storage_iterator (OutputIterator x);

   Initializes the iterator to point to the same value as x.

MEMBER OPERATORS
       raw_storage_iterator <OutputIterator, T>&
       operator=(const T& element);

   Constructs an instance of T, initialized to the value element, at the loca‐
   tion pointed to by the iterator.

raw_storage_iterator <;OutputIterator, T>&
operator++();

   Pre-increment: advances the iterator and returns a reference to the updated
   iterator.

raw_storage_iterator<;OutputIterator, T>
operator++(int);

   Post-increment:  advances  the  iterator  and  returns the old value of the
   iterator.

Rogue Wave Software		  02 Apr 1998	    raw_storage_iterator(3C++)
[top]

List of man pages available for SunOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net