dsplib
1.1.0
C++ DSP library for MATLAB-like coding
Loading...
Searching...
No Matches
include
dsplib
indexing.h
1
#pragma once
2
3
namespace
dsplib {
4
namespace
indexing {
5
6
struct
end_t
7
{
8
explicit
constexpr
end_t
(
int
) {
9
}
10
};
11
12
constexpr
end_t
end{0};
13
14
}
// namespace indexing
15
16
}
// namespace dsplib
dsplib::indexing::end_t
Definition
indexing.h:7
Generated by
1.9.8