Specialized iterator with property adaptor to filter particular members of the property (const).The property adaptor used in this iterator is default constructed. More...
Public Member Functions | |
| const_va_iterator (VertexIterator iterator) | |
| template<typename Iter , typename Eiter > | |
| const_va_iterator (const va_iterator< Iter, Eiter, PropertyAdaptor > &other) | |
| property_type | operator* () const |
| vertex_descriptor | descriptor () const |
| property_type | property () const |
| EdgeIter | begin () |
| EdgeIter | end () |
| size_t | size (void) const |
Public Types | |
| typedef VertexIterator::vertex_descriptor | vertex_descriptor |
| typedef PropertyAdaptor::result_type | value_type |
| typedef PropertyAdaptor::result_type | property_type |
Specialized iterator with property adaptor to filter particular members of the property (const).
The property adaptor used in this iterator is default constructed.
1.8.13