VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::graph_access_detail Namespace Reference

Concepts

concept  MemberVertexCount
 
concept  AdlVertexCount
 
concept  MemberDirected
 
concept  AdlDirected
 
concept  MemberVersion
 
concept  AdlVersion
 

Functions

template<class T >
constexpr VertexId neighbor_target (const T &value) noexcept
 
template<class T >
constexpr auto neighbor_weight (const T &value) noexcept
 

Function Documentation

◆ neighbor_target()

template<class T >
constexpr VertexId velographx::graph_access_detail::neighbor_target ( const T &  value)
constexprnoexcept

◆ neighbor_weight()

template<class T >
constexpr auto velographx::graph_access_detail::neighbor_weight ( const T &  value)
constexprnoexcept

Definition at line 25 of file graph_access.hpp.

Referenced by velographx::for_each_weighted_neighbor().