forked from boostorg/core
Minor documentation changes
This commit is contained in:
@ -114,7 +114,7 @@ namespace boost {
|
|||||||
[[Remark]
|
[[Remark]
|
||||||
[If `element_type` is a void type, the type of `v` is unspecified; otherwise,
|
[If `element_type` is a void type, the type of `v` is unspecified; otherwise,
|
||||||
it is `element_type&`.]]
|
it is `element_type&`.]]
|
||||||
[[Returns] [The result of `std::addressof(v)`.]]]]]
|
[[Returns] [The result of `boost::addressof(v)`.]]]]]
|
||||||
[[`static element_type* to_address(pointer v) noexcept;`]
|
[[`static element_type* to_address(pointer v) noexcept;`]
|
||||||
[[variablelist [[Returns] [The value of `v`.]]]]]]
|
[[variablelist [[Returns] [The value of `v`.]]]]]]
|
||||||
|
|
||||||
@ -124,8 +124,8 @@ namespace boost {
|
|||||||
|
|
||||||
[variablelist
|
[variablelist
|
||||||
[[`template<class T> typename pointer_traits<T>::element_type*
|
[[`template<class T> typename pointer_traits<T>::element_type*
|
||||||
to_address(const T& v);`]
|
to_address(const T& v) noexcept;`]
|
||||||
[[variablelist [[Returns] [`pointer_traits<T>::to_address(v)`.]]]]]]
|
[[variablelist [[Returns] [`boost::pointer_traits<T>::to_address(v)`.]]]]]]
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user