• » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Avl Boost Tutorial — Upd

// access mapped_type& operator[](const key_type& k); mapped_type& at(const key_type& k);

// iterators iterator begin(); iterator end(); avl boost tutorial upd

Interface:

template<typename Key, typename Value, typename Compare = std::less<Key>, typename Alloc = std::allocator<std::pair<const Key, Value>>> class avl_map { public: using key_type = Key; using mapped_type = Value; using value_type = std::pair<const Key, Value>; // access mapped_type& operator[](const key_type& k)

// modifiers std::pair<iterator, bool> insert(const value_type& v); size_t erase(const key_type& k); void clear(); mapped_type& at(const key_type& k)

// lookup iterator find(const key_type& k); bool contains(const key_type& k) const;

avl_map(); ~avl_map();

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association