0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 07:23:53 +01:00

ircd:Ⓜ️:events: Add clarification to comment.

This commit is contained in:
Jason Volk 2019-01-13 14:02:54 -08:00
parent ea4c3447c6
commit 522656047e

View file

@ -23,6 +23,7 @@ namespace ircd::m::events
/// Range to start (inclusive) and stop (exclusive). If start is greater than
/// stop a reverse iteration will occur. -1 (or unsigned max value) can be used
/// to start or stop at the end. 0 can be used to start or stop at the beginning.
/// (event::idx of 0 is a sentinel)
///
struct ircd::m::events::range
:std::pair<event::idx, event::idx>