A simple range of channels. More...
#include <GeometryObjectCollections.h>
Public Member Functions | |
constexpr raw::ChannelID_t | begin () const |
Returns the ID of the first channel in the range. More... | |
constexpr raw::ChannelID_t | end () const |
Returns the ID of the channel after the last one in the range. More... | |
constexpr bool | contains (raw::ChannelID_t channel) const |
Returns whether this range includes the specified channel . More... | |
A simple range of channels.
Definition at line 47 of file GeometryObjectCollections.h.
|
inline |
Returns the ID of the first channel in the range.
Definition at line 54 of file GeometryObjectCollections.h.
|
inline |
Returns whether this range includes the specified channel
.
Definition at line 60 of file GeometryObjectCollections.h.
|
inline |
Returns the ID of the channel after the last one in the range.
Definition at line 57 of file GeometryObjectCollections.h.