Home
last modified time | relevance | path

Searched refs:EdgeMutablePropertyGraph (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dgraph_concepts.hpp354 BOOST_concept(EdgeMutablePropertyGraph, (G)) : EdgeMutableGraph< G >
358 BOOST_CONCEPT_USAGE(EdgeMutablePropertyGraph) { p = add_edge(u, v, ep, g); } in BOOST_CONCEPT_USAGE() argument