ad_map_access
ComplianceVersion.hpp
Go to the documentation of this file.
1 /*
2  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
3  *
4  * Copyright (C) 2018-2020 Intel Corporation
5  *
6  * SPDX-License-Identifier: MIT
7  *
8  * ----------------- END LICENSE BLOCK -----------------------------------
9  */
10 
18 #pragma once
19 
20 #include <cstdint>
24 namespace ad {
28 namespace map {
34 namespace lane {
35 
41 typedef uint64_t ComplianceVersion;
42 
43 } // namespace lane
44 } // namespace map
45 } // namespace ad
ad
namespace ad
Definition: GeometryStoreItem.hpp:28
ad::map::lane::ComplianceVersion
uint64_t ComplianceVersion
DataType ComplianceVersion.
Definition: ComplianceVersion.hpp:41