mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
Correct parameter type in documentation
This commit is contained in:
parent
f774295cdb
commit
d03e58b77e
@ -56,7 +56,7 @@ constexpr bool pointer_in_range(const T* ptr, const T* begin, const T* end);
|
|||||||
|
|
||||||
[variablelist
|
[variablelist
|
||||||
[[`template<class T> constexpr bool pointer_in_range(const T* ptr,
|
[[`template<class T> constexpr bool pointer_in_range(const T* ptr,
|
||||||
const T* begin, T* end);`]
|
const T* begin, const T* end);`]
|
||||||
[[variablelist
|
[[variablelist
|
||||||
[[Requires][`[begin,end)` is a valid range.]]
|
[[Requires][`[begin,end)` is a valid range.]]
|
||||||
[[Returns][`true` if `ptr` is in range `[begin,end)`, otherwise `false`.]]]]]]
|
[[Returns][`true` if `ptr` is in range `[begin,end)`, otherwise `false`.]]]]]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user