|
Compounds |
| class | safearray_sequence |
| | Provides an STL-iterable view over a COM SAFEARRAY. More...
|
| class | variant_type_exception |
| | The exception type thrown by safearray_sequence on variant type mismatches. More...
|
Functions |
| const_iterator | begin () const |
| | Begins the iteration.
|
| const_iterator | end () const |
| | Ends the iteration.
|
| const_reverse_iterator | rbegin () const |
| | Begins the reverse iteration.
|
| const_reverse_iterator | rend () const |
| | Ends the reverse iteration.
|
| iterator | begin () |
| | Begins the iteration.
|
| iterator | end () |
| | Ends the iteration.
|
| reverse_iterator | rbegin () |
| | Begins the reverse iteration.
|
| reverse_iterator | rend () |
| | Ends the reverse iteration.
|
| size_type | size () const |
| | The number of elements in the array.
|
| bool | empty () const |
| | Indicates whether the array is empty.
|