retdec
range.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_LOADER_UTILS_RANGE_H
8 #define RETDEC_LOADER_UTILS_RANGE_H
9 
10 #include <cstdint>
11 
12 namespace retdec {
13 namespace loader {
14 
15 std::uint64_t distanceBetween(std::uint64_t value1, std::uint64_t value2);
16 
17 } // namespace loader
18 } // namespace retdec
19 
20 #endif
Generic loader.
std::uint64_t distanceBetween(std::uint64_t value1, std::uint64_t value2)
Definition: range.cpp:22
Definition: archive_wrapper.h:19