Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Class template move_insert_iterator

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Class template move_insert_iterator

boost::move_insert_iterator

Synopsis

// In header: <boost/move/iterator.hpp>
template<typename C> 
class move_insert_iterator {
public:
  // types
  typedef C                        container_type;   
  typedef C::value_type            value_type;       
  typedef C::reference             reference;        
  typedef C::pointer               pointer;          
  typedef C::difference_type       difference_type;  
  typedef std::output_iterator_tag iterator_category;
  // construct/copy/destruct
  explicit move_insert_iterator(C &, typename C::iterator);
  move_insert_iterator & operator=(reference);
  move_insert_iterator & operator=(value_type &&);
  // public member functions
  move_insert_iterator & operator*();
  move_insert_iterator & operator++();
  move_insert_iterator & operator++(int);
};

Description

move_insert_iterator public construct/copy/destruct

  1. explicit move_insert_iterator(C& x,typenameC::iterator pos>;
  2. move_insert_iterator & оператор=(reference x);
  3. move_insert_iterator & оператор=( value_type && x);

move_insert_iterator public member functions

  1. move_insert_iterator & оператор*();
  2. move_insert_iterator & оператор++();
  3. move_insert_iterator & оператор++(int);

PrevUpHomeNext

Статья Class template move_insert_iterator раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-05-19 20:39:28/0.0062229633331299/0