mirror of
https://github.com/boostorg/functional.git
synced 2025-06-25 03:51:35 +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
|
||||
type of pointer given as template argument. Smart pointers may be used for the
|
||||
template argument, given that `boost::pointee<Pointer>::type` yields the
|
||||
pointee type.
|
||||
template argument, given that `pointer_traits<Pointer>::element_type` yields
|
||||
the pointee type.
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user