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

Class template null_index

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Indexes and 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 null_index

boost::interprocess::null_index

Synopsis

// In header: <boost/interprocess/indexes/null_index.hpp>
template<typename MapConfig> 
class null_index {
public:
  // types
  typedef int *       iterator;      
  typedef const int * const_iterator;
  // construct/copy/destruct
  null_index(segment_manager_base *);
  // public member functions
  const_iterator begin() const;
  iterator begin();
  const_iterator end() const;
  iterator end();
};

Description

Тип нулевых индексов, используемых для экономии времени компиляции, когда названные индексы не нужны.

null_index public construct/copy/destruct

  1. null_index(segment_manager_base *);
    Полный конструктор.

null_index public member functions

  1. const_iterator begin() const;

    begin() равно концу()

  2. iterator begin();

    begin() равен концу()

  3. const_iterator end() const;

    begin() равен концу()

  4. iterator end();

    begin() равен концу()


PrevUpHomeNext

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




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



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


реклама


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

Время компиляции файла: 2024-08-30 11:47:00
2025-07-05 09:02:03/0.0060279369354248/0