|
|
Category: adaptors |
Component type: type |
The map_values
is a tranform_view
presenting the values of a Pair
Associative Container.
Parameter |
Description |
Default |
container |
The view's container type: in general, this will be a Pair Associative Container. |
|
|
The view's const tag: either |
|
base |
The view's ownership type: the base class that determines if
the view references or owns the container. In general, only the
default |
referenced_ownership |
Defined in the header map_view.hpp.
Container satisfies |
View satisfies |
Container [1] |
|
Forward Container [1] |
|
|
Member |
Where defined |
Description |
|
The type |
|
|
The type of the referenced container. |
|
|
Pointer to value_type. |
|
|
Reference to value_type. |
|
|
Const reference to value_type. |
|
|
|
|
|
|
|
|
Iterator used to iterate through the view. |
|
|
Const iterator used to iterate through the view. |
|
|
Iterator used to iterate backwards through a container. |
|
|
Const iterator used to iterate backwards through a container. |
|
|
Returns an iterator pointing to the begin of the view. |
|
|
Returns an iterator pointing to the end of the view. |
|
|
Returns a const_iterator pointing to the begin of the view. |
|
|
Returns a const_iterator pointing to the end of the view. |
|
|
Valid for bidirectional container's only. Returns a reverse_iterator pointing to the beginning of the reversed container. |
|
|
Valid for bidirectional container's only. Returns a reverse_iterator pointing to the end of the reversed container. |
|
|
Valid for
bidirectional container's only. Returns a |
|
|
Valid for bidirectional container's only. Returns a
|
|
|
Returns the size of the view. |
|
|
Returns the largest possible size of the view. |
|
|
true if the view's size is 0. |
|
|
Creates an empty view. |
|
|
Creates a view of given container. |
|
|
Swaps the two views. Iterators are invalidated by this operation. For referencing views, the containers themselves are not swapped. |
|
|
Tests two views for equality. This is a global function, not a member function. Views may be equal even if their referenced containers are not. |
|
|
Lexicographical comparison. This is a global function, not a member function. |
[1] A map_values satisfies all the requirements of
container, except for the ->()
operator of its
iterators..
VTL Home
Copyright
© 1999 Konrad-Zuse-Zentrum für Informationstechnik Berlin & Gary Powell All Rights Reserved.