Searched defs:internal_vertex_constructor (Results 1 – 5 of 5) sorted by relevance
50 struct internal_vertex_constructor<City> struct52 typedef vertex_from_name<City> type;
58 struct internal_vertex_constructor<City> struct60 typedef vertex_from_name<City> type;
79 struct internal_vertex_constructor<City> struct81 typedef vertex_from_name<City> type;
53 template <> struct internal_vertex_constructor< City > struct55 typedef vertex_from_name< City > type;
141 template < typename VertexProperty > struct internal_vertex_constructor struct157 typedef cannot_add_vertex< VertexProperty > type;165 struct internal_vertex_constructor< property< Tag, T, Base > > struct