Searched refs:attributes_writer (Results 1 – 1 of 1) sorted by relevance
208 template < typename AttributeMap > struct attributes_writer struct210 attributes_writer(AttributeMap attr) : attributes(attr) {} in attributes_writer() function237 attributes_writer<243 return attributes_writer< EdgeAttributeMap >(get(edge_attribute, g)); in make_edge_attributes_writer()247 attributes_writer<253 return attributes_writer< VertexAttributeMap >(get(vertex_attribute, g)); in make_vertex_attributes_writer()