SOLA
Loading...
Searching...
No Matches
natter
include
natter
minhcast_level_number.h
1
// Copyright The SOLA Contributors
2
//
3
// Licensed under the MIT License.
4
// For details on the licensing terms, see the LICENSE file.
5
// SPDX-License-Identifier: MIT
6
7
#ifndef NATTER_MINHCAST_LEVEL_NUMBER_H_
8
#define NATTER_MINHCAST_LEVEL_NUMBER_H_
9
10
#include <cstdint>
11
#include <tuple>
12
13
namespace
natter::minhcast {
14
using
Level = uint32_t;
15
using
Number = uint32_t;
16
using
Fanout = uint32_t;
17
18
using
LevelNumber = std::tuple<Level, Number, Fanout>;
19
}
// namespace natter::minhcast
20
21
#endif
// DAISI_MINHCAST_LEVEL_NUMBER_H_
Generated by
1.9.8