Specialization of for the lazy_graph_view. More...
Public Types | |
typedef lazy_graph_view< C > | value_type |
typedef value_type | reference |
typedef const value_type | const_reference |
typedef C | container |
typedef size_t | index_type |
typedef f_ident< index_type > | map_function |
typedef indexed_domain< index_type > | domain_type |
Specialization of for the lazy_graph_view.
C | The type of pGraph to which the deferred commits will be applied. |