mirror of
https://github.com/boostorg/functional.git
synced 2025-07-29 20:17:19 +02:00
Update documentation on pointee type
This commit is contained in:
@ -300,8 +300,8 @@ arbitrary number of arguments is supported.
|
|||||||
|
|
||||||
Function object template that dynamically constructs a pointee object for the
|
Function object template that dynamically constructs a pointee object for the
|
||||||
type of pointer given as template argument. Smart pointers may be used for the
|
type of pointer given as template argument. Smart pointers may be used for the
|
||||||
template argument, given that `boost::pointee<Pointer>::type` yields the
|
template argument, given that `pointer_traits<Pointer>::element_type` yields
|
||||||
pointee type.
|
the pointee type.
|
||||||
|
|
||||||
If an __allocator__ is given, it is used for memory allocation and the
|
If an __allocator__ is given, it is used for memory allocation and the
|
||||||
placement form of the `new` operator is used to construct the object. A
|
placement form of the `new` operator is used to construct the object. A
|
||||||
|
Reference in New Issue
Block a user