Create an empty object using the specified allocator to supply memory.
Synopsis
Declared in <bslstl_function_rep.h>
explicit
Function_Rep(allocator_type const& allocator) noexcept;
Parameters
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs