Metafunction to determine if a vertex's edge list is stored contiguously. More...
Public Types | |
using | type = typename std::is_same< typename Vertex::adj_edge_iterator, typename std::vector< typename std::iterator_traits< typename Vertex::adj_edge_iterator >::value_type >::iterator >::type |
Metafunction to determine if a vertex's edge list is stored contiguously.