VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <cstdint>
3
4
namespace
velographx
{
5
using
VertexId
= std::uint32_t;
6
using
EdgeOffset
= std::uint64_t;
7
inline
constexpr
std::uint32_t
kUnreachable
= UINT32_MAX;
8
}
velographx
Definition
algorithms.hpp:6
velographx::EdgeOffset
std::uint64_t EdgeOffset
Definition
types.hpp:6
velographx::kUnreachable
constexpr std::uint32_t kUnreachable
Definition
types.hpp:7
velographx::VertexId
std::uint32_t VertexId
Definition
frontier.hpp:6
include
velographx
types.hpp
Generated by
1.9.8