Home
last modified time | relevance | path

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

/dports/devel/boost-docs/boost_1_72_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() function
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() argument
58 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() function
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() argument
58 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() argument
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() function
59 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() function
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() function
59 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() argument
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() argument
59 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() argument
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() function
59 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() argument
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() function
59 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/graph/example/
H A Dfiltered-copy-example.cpp16 struct non_zero_degree { struct
17 non_zero_degree() { } // has to have a default constructor! in non_zero_degree() function
19 non_zero_degree(const Graph& g) : g(&g) { } in non_zero_degree() argument
58 copy_graph(make_filtered_graph(G, keep_all(), non_zero_degree<graph_t>(G)), G_copy); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/graph/example/
H A Dfiltered-copy-example.cpp15 template < typename Graph > struct non_zero_degree struct
17 non_zero_degree() {} // has to have a default constructor! in non_zero_degree() function
19 non_zero_degree(const Graph& g) : g(&g) {} in non_zero_degree() function
68 make_filtered_graph(G, keep_all(), non_zero_degree< graph_t >(G)), in main()