We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118eb40 commit 07c1ad7Copy full SHA for 07c1ad7
README.md
@@ -262,6 +262,7 @@ Returns a past the end iterator.
262
---
263
264
## Members of Interval
265
+___You can implement your own interval if you provide all the same functions.___
266
267
- [Members of Interval](#members-of-interval)
268
- [using value_type](#using-value_type)
@@ -280,7 +281,6 @@ Returns a past the end iterator.
280
281
- [value_type size() const](#value_type-size-const)
282
- [interval join(interval const& other) const](#interval-joininterval-const-other-const)
283
-You can implement your own interval if you provide all the same functions.
284
### using value_type
285
The underlying interval numerical type
286
### using interval_kind
0 commit comments