Elements 6.3.4
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
map< K, T > Class Template Reference

STL class. More...

Collaboration diagram for map< K, T >:

Classes

class  const_iterator
 STL iterator class. More...
class  const_reverse_iterator
 STL iterator class. More...
class  iterator
 STL iterator class. More...
class  reverse_iterator
 STL iterator class. More...
class  value_compare

Public Member Functions

T begin (T... args)
T erase (T... args)
T insert (T... args)
T swap (T... args)
T end (T... args)
T emplace_hint (T... args)
T key_comp (T... args)
T cbegin (T... args)
T count (T... args)
T find (T... args)
T map (T... args)
T crbegin (T... args)
T at (T... args)
T upper_bound (T... args)
T rbegin (T... args)
T crend (T... args)
T size (T... args)
T operator= (T... args)
T ~map (T... args)
T value_comp (T... args)
T empty (T... args)
T lower_bound (T... args)
T cend (T... args)
T max_size (T... args)
T rend (T... args)
T get_allocator (T... args)
T clear (T... args)
T equal_range (T... args)
T emplace (T... args)
T operator[] (T... args)

Public Attributes

K keys
 STL member.
T elements
 STL member.

Detailed Description

STL class.

Member Data Documentation

◆ elements

T std::map< K, T >::elements

STL member.

◆ keys

K std::map< K, T >::keys

STL member.


The documentation for this class was generated from the following files: