VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::graph_access_detail::AdlVersion Concept Reference
#include <
graph_access.hpp
>
Concept definition
template
<
class
Graph>
concept
velographx::graph_access_detail::AdlVersion
=
requires
(
const
Graph& graph) {
{ vx_version(graph) } -> std::convertible_to<std::uint64_t>;
}
velographx::graph_access_detail::AdlVersion
Definition
graph_access.hpp:55
Detailed Description
Definition at line
55
of file
graph_access.hpp
.
velographx
graph_access_detail
AdlVersion
Generated by
1.9.8