25     typedef typename boost::fusion::result_of::push_front<typename T::type, size_t>::type 
E_a;
 
   46     typedef typename boost::fusion::result_of::push_front<typename T::type, size_t>::type 
V_a;
 
boost::fusion::result_of::push_front< typename T::type, size_t >::type E_a
insert a size_t property to the boost::vector 
 
boost::fusion::result_of::push_front< typename T::type, size_t >::type V_a
insert a size_t property to the boost::vector 
 
V_a type
type for the vertex 
 
Vertex class that encapsulate an object T. 
 
E_a type
type for the edge 
 
Edge class that encapsulate an object T.