STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::has_contiguous_edges< Vertex > Struct Template Reference

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
 

Detailed Description

template<typename Vertex>
struct stapl::has_contiguous_edges< Vertex >

Metafunction to determine if a vertex's edge list is stored contiguously.


The documentation for this struct was generated from the following file: