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

Struct template insert_return_type_base

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Boost.Container Header 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

Struct template insert_return_type_base

boost::container::insert_return_type_base

Synopsis

// In header: <boost/container/node_handle.hpp>
template<typename Iterator, typename NodeType> 
struct insert_return_type_base {
  // construct/copy/destruct
  insert_return_type_base();
  insert_return_type_base(insert_return_type_base &&);
  template<typename RelatedIt, typename RelatedNode> 
    insert_return_type_base(bool, RelatedIt, RelatedNode &&);
  insert_return_type_base & operator=(insert_return_type_base &&);
  // public data members
  bool inserted;
  Iterator position;
  NodeType node;
};

Description

Шаблон класса, используемый для описания результатов вставки контейнера::node_type в контейнер с уникальными ключами. Включает, по меньшей мере, следующие нестатические публичные данные:

  • вставленная кость;

  • Положение итератора;

  • Узел Узел типа

Этот тип является MoveConstructible, MoveAssignable, DefaultConstructible, Destructible, и значения этого типа меняются.

insert_return_type_base public construct/copy/destruct

  1. <
    insert_return_type_base();
    >
  2. <
    insert_return_type_base(insert_return_type_base&&other);
    >
  3. <
    template<typenameRelatedIt,typenameRelatedNode>
     insert_return_type_base(boolinsert,RelatedItit,RelatedNode&&node);
    >
  4. <
    insert_return_type_base&operator=(insert_return_type_base&&other);
    >

PrevUpHomeNext

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




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



:: Главная :: Boost.Container Header Reference ::


реклама


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

Время компиляции файла: 2024-08-30 11:47:00
2025-07-04 21:06:56/0.0057289600372314/0